Home
last modified time | relevance | path

Searched refs:exfat_alloc_buffer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/exfatprogs/exfat2img/
H A Dexfat2img.c121 ei->dump_bdesc = exfat_alloc_buffer(2, in create_exfat2img()
129 ei->scan_bdesc = exfat_alloc_buffer(2, in create_exfat2img()
795 ei->dump_bdesc = exfat_alloc_buffer(2, clus_size, 512); in restore_from_stdin()
/aosp_15_r20/external/exfatprogs/include/
H A Dexfat_fs.h85 struct buffer_desc *exfat_alloc_buffer(int count,
/aosp_15_r20/external/exfatprogs/lib/
H A Dexfat_fs.c176 struct buffer_desc *exfat_alloc_buffer(int count, in exfat_alloc_buffer() function
H A Dexfat_dir.c363 bd = exfat_alloc_buffer(2, exfat->clus_size, exfat->sect_size); in exfat_lookup_dentry_set()
/aosp_15_r20/external/exfatprogs/fsck/
H A Dfsck.c1639 exfat_fsck.buffer_desc = exfat_alloc_buffer(2, in main()