Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c584 if (!(fsp->pcfs_flags & PCFS_NOCHK) && fsp->pcfs_fatp) { in pc_verify()
652 if (!(fsp->pcfs_flags & PCFS_NOCHK)) { in pc_mark_irrecov()
H A Dpc_vfsops.c2420 fsp->pcfs_flags |= PCFS_NOCHK; in pcfs_device_getinfo()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h442 #define PCFS_NOCHK 0x800 /* don't resync fat on error */ macro