Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmntent.h120 #define MNTOPT_ATIME "atime" /* update atime for files */ macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c111 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL };
124 { MNTOPT_ATIME, atime_cancel, NULL, 0, NULL }
247 vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_ATIME, NULL, 0); in atime_changed_cb()
250 vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_ATIME); in atime_changed_cb()
508 } else if (vfs_optionisset(vfsp, MNTOPT_ATIME, NULL)) { in zfs_register_callbacks()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c107 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL };
120 { MNTOPT_ATIME, atime_cancel, NULL, NULL, NULL },
786 fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME, in pcfs_mount()
2427 if (!vfs_optionisset(fsp->pcfs_vfs, MNTOPT_ATIME, NULL) && in pcfs_device_getinfo()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1977 mntopt_on = MNTOPT_ATIME; in get_numeric_property()