Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c102 static void vfs_setmntopt_nolock(mntopts_t *, const char *,
1285 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_REMOUNT, NULL, 0, 0); in domount()
1287 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_RO, NULL, 0, 0); in domount()
1289 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
1518 vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0); in domount()
2377 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, in vfs_setmntopt_nolock() function
2445 vfs_setmntopt_nolock(&vfsp->vfs_mntopts, opt, arg, flags, gotlock); in vfs_setmntopt()
2537 vfs_setmntopt_nolock(mops, tag, NULL, 0, 1); in vfs_settag()
2637 vfs_setmntopt_nolock(mops, s, valp, setflg, 0); in vfs_parsemntopts()