Searched refs:MNTOPT_NOATIME (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | mntent.h | 121 #define MNTOPT_NOATIME "noatime" /* do not update atime for files */ macro
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 112 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 D | pc_vfsops.c | 106 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 D | mount.c | 457 if (eatmntopt(mnt, MNTOPT_NOATIME)) in mountfs()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 180 { MNTOPT_NOATIME, NULL, NULL, 0,
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 1978 mntopt_off = MNTOPT_NOATIME; in get_numeric_property()
|