Searched refs:pcfs_flags (Results 1 – 6 of 6) sorted by relevance
564 fsp->pcfs_flags |= PCFS_HIDDEN; in pcfs_parse_mntopts()566 fsp->pcfs_flags |= PCFS_FOLDCASE; in pcfs_parse_mntopts()568 fsp->pcfs_flags |= PCFS_NOCLAMPTIME; in pcfs_parse_mntopts()570 fsp->pcfs_flags |= PCFS_NOATIME; in pcfs_parse_mntopts()792 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()848 if (flag & MS_FORCE || fsp->pcfs_flags & PCFS_IRRECOV) { in pcfs_unmount()976 if (!(fsp->pcfs_flags & PCFS_IRRECOV)) { in pcfs_sync()987 if (fsp->pcfs_flags & PCFS_IRRECOV) { in pcfs_sync()1014 if ((fsp->pcfs_flags & PCFS_IRRECOV) == 0) { in pcfs_syncfs()1031 if ((fsp->pcfs_flags & PCFS_IRRECOV) && !releasing) in pc_lockfs()[all …]
96 ASSERT(fsp->pcfs_flags & PCFS_LOCKED); in pc_getnode()226 ASSERT(fsp->pcfs_flags & PCFS_LOCKED); in pc_rele()332 if (fsp->pcfs_flags & PCFS_NOATIME || PCTOV(pcp)->v_type == VDIR) in pc_mark_acc()580 if (!fsp || fsp->pcfs_flags & PCFS_IRRECOV) in pc_verify()583 if (!(fsp->pcfs_flags & PCFS_NOCHK) && fsp->pcfs_fatp) { in pc_verify()651 if (!(fsp->pcfs_flags & PCFS_NOCHK)) { in pc_mark_irrecov()663 fsp->pcfs_flags |= PCFS_IRRECOV; in pc_mark_irrecov()
360 if (fsp->pcfs_flags & PCFS_IRRECOV) in rwpcp()606 else if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()616 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()648 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()679 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()747 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_setattr()802 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()830 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()871 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_access()1072 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_create()[all …]
417 fsp->pcfs_flags |= PCFS_FATMOD; in pc_setcluster()
213 ((((fsp)->pcfs_flags & PCFS_HIDDEN) == 0) && \
390 int pcfs_flags; /* flags */ member