Home
last modified time | relevance | path

Searched refs:MNTOPT_NOATIME (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h121 #define MNTOPT_NOATIME "noatime" /* do not update atime for files */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c113 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
124 { MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
247 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME); in atime_changed_cb()
252 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME, NULL, 0); in atime_changed_cb()
489 if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) { in zfs_register_callbacks()
H A Dzcp_get.c246 if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) in get_temporary_prop()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c109 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
122 { MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
566 if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) in pcfs_parse_mntopts()
789 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c457 if (eatmntopt(mnt, MNTOPT_NOATIME)) in mountfs()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c181 { MNTOPT_NOATIME, NULL, NULL, 0,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2191 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()