Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/fstyp/
H A Dexfat.c67 struct exfat_dirent { struct
68 uint8_t xde_type;
87 union {
115 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec"); argument