Home
last modified time | relevance | path

Searched defs:exfat_dirent (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/fstyp/
H A Dexfat.c69 struct exfat_dirent { struct
70 uint8_t xde_type;
89 union {
117 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec"); argument