Searched refs:MNTOPT_ATIME (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | mntent.h | 120 #define MNTOPT_ATIME "atime" /* update atime for files */ macro
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 111 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 D | pc_vfsops.c | 107 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 D | libzfs_dataset.c | 1977 mntopt_on = MNTOPT_ATIME; in get_numeric_property()
|