Home
last modified time | relevance | path

Searched refs:DENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_dir.c591 dset = calloc(1, dcount * DENTRY_SIZE); in exfat_build_file_dentry_set()
762 dent_len = dcount * DENTRY_SIZE; in exfat_write_dentry_set()
878 (unsigned int)dcount * DENTRY_SIZE > exfat->clus_size) in exfat_add_dentry_set()
882 if ((uint64_t)loc->file_offset + dcount * DENTRY_SIZE > parent->size) { in exfat_add_dentry_set()
895 loc->file_offset += dcount * DENTRY_SIZE; in exfat_add_dentry_set()
/third_party/exfatprogs/include/
Dexfat_ondisk.h38 #define DENTRY_SIZE 32 /* directory entry size */ macro