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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c100 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
1254 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0);
1256 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0);
1258 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
1487 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
2346 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, function
2414 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock);
2506 vfs_setmntopt_nolock(mops, tag, NULL, 0, 1);
2606 vfs_setmntopt_nolock(mops, s, valp, setflg, 0);

Completed in 54 milliseconds