Searched refs:mntopt_on (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1973 char *mntopt_on = NULL; local
1981 mntopt_on = MNTOPT_ATIME;
1986 mntopt_on = MNTOPT_DEVICES;
1991 mntopt_on = MNTOPT_EXEC;
1996 mntopt_on = MNTOPT_RO;
2001 mntopt_on = MNTOPT_SETUID;
2006 mntopt_on = MNTOPT_XATTR;
2011 mntopt_on = MNTOPT_NBMAND;
2025 (mntopt_on != NULL || prop == ZFS_PROP_MOUNTED)) {
2057 if (hasmntopt(&mnt, mntopt_on)
[all...]

Completed in 63 milliseconds