Searched refs:update_mnttab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2289 * The update_mnttab arg indicates whether mops is part of a vfs that is on
2293 vfs_clearmntopt_nolock(mntopts_t *mops, const char *opt, int update_mnttab) argument
2298 ASSERT(!update_mnttab || RW_WRITE_HELD(&vfslist));
2313 if (update_mnttab)
2342 * The update_mnttab arg indicates whether mops is part of a vfs that is on
2347 const char *arg, int flags, int update_mnttab)
2353 ASSERT(!update_mnttab || RW_WRITE_HELD(&vfslist));
2399 if (update_mnttab)
2346 vfs_setmntopt_nolock(mntopts_t *mops, const char *opt, const char *arg, int flags, int update_mnttab) argument

Completed in 66 milliseconds