Home
last modified time | relevance | path

Searched refs:pcfs_fattype (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h392 fattype_t pcfs_fattype; member
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)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c372 switch (fsp->pcfs_fattype) { in pc_getcluster()
415 switch (fsp->pcfs_fattype) { in pc_setcluster()
H A Dpc_vfsops.c2265 fsp->pcfs_fattype = type; in parseBPB()
2524 ASSERT(fsp->pcfs_fattype != FAT_UNKNOWN); in pc_getfattype()