Searched refs:vfs_setmntopt_nolock (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 102 static void vfs_setmntopt_nolock(mntopts_t *, const char *, 1292 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount() 1294 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in domount() 1296 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount() 1525 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount() 2389 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, in vfs_setmntopt_nolock() function 2457 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt() 2549 vfs_setmntopt_nolock(mops, tag, NULL, 0, 1); in vfs_settag() 2649 vfs_setmntopt_nolock(mops, s, valp, setflg, 0); in vfs_parsemntopts()
|