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