Home
last modified time | relevance | path

Searched refs:PCFS_FSINFO_OK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h447 #define PCFS_FSINFO_OK 0x10000 /* valid FAT32 fsinfo sector */ macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2240 fsp->pcfs_flags |= PCFS_FSINFO_OK; in parseBPB()
2669 if (IS_FAT32(fsp) && (fsp->pcfs_flags & PCFS_FSINFO_OK)) { in pc_getfat()
2683 fsp->pcfs_flags &= ~PCFS_FSINFO_OK; in pc_getfat()