Searched defs:pcfs_fattype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h392 fattype_t pcfs_fattype; member in struct:pcfs
452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12)
453 #define IS_FAT16(PCFS) ((PCFS)->pcfs_fattype == FAT16)
454 #define IS_FAT32(PCFS) ((PCFS)->pcfs_fattype == FAT32)

Completed in 47 milliseconds