Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h452 #define IS_FAT12(PCFS) ((PCFS)->pcfs_fattype == FAT12) macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1379 ASSERT(IS_FAT12(fsp)); in pc_mark_fat_updated()
H A Dpc_vnops.c1989 *valp = IS_FAT12(fsp) ? 30 : 33; in pcfs_pathconf()