Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h121 #define MNTOPT_NOATIME "noatime" /* do not update atime for files */ macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c112 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
123 { MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
246 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME); in atime_changed_cb()
251 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME, NULL, 0); in atime_changed_cb()
505 if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) { in zfs_register_callbacks()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c106 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
119 { MNTOPT_NOATIME, noatime_cancel, NULL, NULL, NULL },
563 if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) in pcfs_parse_mntopts()
786 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
/titanic_50/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c457 if (eatmntopt(mnt, MNTOPT_NOATIME)) in mountfs()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c180 { MNTOPT_NOATIME, NULL, NULL, 0,
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1978 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()