Searched defs:mntopt_off (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2825 char *mntopt_off = NULL; local
2835 mntopt_off = MNTOPT_NOATIME;
2840 mntopt_off = MNTOPT_NODEVICES;
2845 mntopt_off = MNTOPT_NOEXEC;
2850 mntopt_off = MNTOPT_RW;
2855 mntopt_off = MNTOPT_NOSETUID;
2860 mntopt_off = MNTOPT_NOXATTR;
2865 mntopt_off = MNTOPT_NONBMAND;
2870 mntopt_off = MNTOPT_NORSTCHOWN;
2910 } else if (hasmntopt(&mnt, mntopt_off)
[all...]

Completed in 34 milliseconds