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