Searched refs:atime_cancel (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 111 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL }; variable 125 { MNTOPT_ATIME, atime_cancel, NULL, 0, NULL },
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 117 static char *atime_cancel[] = { MNTOPT_NOATIME, NULL }; variable 129 { MNTOPT_ATIME, atime_cancel, NULL, 0, NULL }
|