Home
last modified time | relevance | path

Searched refs:MNTOPT_ATIME (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmntent.h120 #define MNTOPT_ATIME "atime" /* update atime for files */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c112 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL };
125 { MNTOPT_ATIME, atime_cancel, NULL, 0, NULL }
248 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_ATIME, NULL, 0); in atime_changed_cb()
251 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_ATIME); in atime_changed_cb()
492 } else if (vfs_optionisset(vfsp, MNTOPT_ATIME, NULL)) { in zfs_register_callbacks()
H A Dzcp_get.c248 if (vfs_optionisset(vfsp, MNTOPT_ATIME, NULL)) in get_temporary_prop()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c110 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL };
123 { MNTOPT_ATIME, atime_cancel, NULL, 0, NULL },
789 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
2430 if (!vfs_optionisset(fsp->pcfs_vfs, MNTOPT_ATIME, NULL) && in pcfs_device_getinfo()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2190 mntopt_on = MNTOPT_ATIME; in get_numeric_property()