Home
last modified time | relevance | path

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

/third_party/exfatprogs/include/
Dexfat_fs.h85 struct buffer_desc *exfat_alloc_buffer(int count,
/third_party/exfatprogs/exfat2img/
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()
/third_party/exfatprogs/lib/
Dexfat_fs.c176 struct buffer_desc *exfat_alloc_buffer(int count, in exfat_alloc_buffer() function
Dexfat_dir.c362 bd = exfat_alloc_buffer(2, exfat->clus_size, exfat->sect_size); in exfat_lookup_dentry_set()
/third_party/exfatprogs/fsck/
Dfsck.c1597 exfat_fsck.buffer_desc = exfat_alloc_buffer(2, in main()