Home
last modified time | relevance | path

Searched refs:vfs_setmntopt_nolock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c91 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
612 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in fake_domount()
614 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in fake_domount()
616 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in fake_domount()
665 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in fake_domount()
1258 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, in vfs_setmntopt_nolock() function
1326 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
1379 vfs_setmntopt_nolock(mops, s, valp, setflg, 0); in vfs_parsemntopts()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c103 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
1235 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount()
1237 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in domount()
1239 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1469 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
2327 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, in vfs_setmntopt_nolock() function
2395 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
2487 vfs_setmntopt_nolock(mops, tag, NULL, 0, 1); in vfs_settag()
2587 vfs_setmntopt_nolock(mops, s, valp, setflg, 0); in vfs_parsemntopts()