Home
last modified time | relevance | path

Searched refs:pcfs_flags (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c558 fsp->pcfs_flags |= PCFS_HIDDEN; in pcfs_parse_mntopts()
560 fsp->pcfs_flags |= PCFS_FOLDCASE; in pcfs_parse_mntopts()
562 fsp->pcfs_flags |= PCFS_NOCLAMPTIME; in pcfs_parse_mntopts()
564 fsp->pcfs_flags |= PCFS_NOATIME; in pcfs_parse_mntopts()
786 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
842 if (flag & MS_FORCE || fsp->pcfs_flags & PCFS_IRRECOV) { in pcfs_unmount()
974 if (!(fsp->pcfs_flags & PCFS_IRRECOV)) { in pcfs_sync()
985 if (fsp->pcfs_flags & PCFS_IRRECOV) { in pcfs_sync()
1006 if ((fsp->pcfs_flags & PCFS_IRRECOV) && !releasing) in pc_lockfs()
1009 if ((fsp->pcfs_flags & PCFS_LOCKED) && (fsp->pcfs_owner == curthread)) { in pc_lockfs()
[all …]
H A Dpc_node.c96 ASSERT(fsp->pcfs_flags & PCFS_LOCKED); in pc_getnode()
227 ASSERT(fsp->pcfs_flags & PCFS_LOCKED); in pc_rele()
333 if (fsp->pcfs_flags & PCFS_NOATIME || PCTOV(pcp)->v_type == VDIR) in pc_mark_acc()
581 if (!fsp || fsp->pcfs_flags & PCFS_IRRECOV) in pc_verify()
584 if (!(fsp->pcfs_flags & PCFS_NOCHK) && fsp->pcfs_fatp) { in pc_verify()
652 if (!(fsp->pcfs_flags & PCFS_NOCHK)) { in pc_mark_irrecov()
664 fsp->pcfs_flags |= PCFS_IRRECOV; in pc_mark_irrecov()
H A Dpc_vnops.c361 if (fsp->pcfs_flags & PCFS_IRRECOV) in rwpcp()
607 else if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
617 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_getattr()
649 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()
680 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0) { in pcfs_getattr()
748 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_setattr()
803 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()
831 if ((fsp->pcfs_flags & PCFS_NOCLAMPTIME) == 0 && in pcfs_setattr()
872 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_access()
1073 if (fsp->pcfs_flags & PCFS_BOOTPART) { in pcfs_create()
[all …]
H A Dpc_alloc.c413 fsp->pcfs_flags |= PCFS_FATMOD; in pc_setcluster()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_dir.h215 ((((fsp)->pcfs_flags & PCFS_HIDDEN) == 0) && \
H A Dpc_fs.h390 int pcfs_flags; /* flags */ member