Searched refs:noatime_cancel (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 110 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL }; variable 122 { MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 107 static char *noatime_cancel[] = { MNTOPT_ATIME, NULL }; variable 119 { MNTOPT_NOATIME, noatime_cancel, NULL, NULL, NULL },
|