Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h450 #define PCFS_NOATIME 0x80000 /* disable atime updates */ macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c567 fsp->pcfs_flags |= PCFS_NOATIME; in pcfs_parse_mntopts()
789 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
2432 fsp->pcfs_flags |= PCFS_NOATIME; in pcfs_device_getinfo()
H A Dpc_node.c333 if (fsp->pcfs_flags & PCFS_NOATIME || PCTOV(pcp)->v_type == VDIR) in pc_mark_acc()