MNTOPT_NOATIME
if (eatmntopt(mnt, MNTOPT_NOATIME))
mntopt_off = MNTOPT_NOATIME;
static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
{ MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL))
fsp->pcfs_flags & PCFS_NOATIME ? MNTOPT_NOATIME : MNTOPT_ATIME,
{ MNTOPT_NOATIME, NULL, NULL, 0,
static char *atime_cancel[] = { MNTOPT_NOATIME, NULL };
{ MNTOPT_NOATIME, noatime_cancel, NULL, 0, NULL },
vfs_clearmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME);
vfs_setmntopt(zfsvfs->z_vfs, MNTOPT_NOATIME, NULL, 0);
if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL))
if (vfs_optionisset(vfsp, MNTOPT_NOATIME, NULL)) {