Lines Matching refs:mntopt_t
104 static void vfs_freeopt(mntopt_t *);
183 static const mntopt_t mntopts[] = {
216 sizeof (mntopts) / sizeof (mntopt_t),
217 (mntopt_t *)&mntopts[0]
2089 mntopt_t *tmplist; in vfs_swapopttbl_nolock()
2136 vfs_copyopt(const mntopt_t *s, mntopt_t *d) in vfs_copyopt()
2171 mntopt_t *motbl; in vfs_copyopttbl_extend()
2181 motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP); in vfs_copyopttbl_extend()
2206 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) in vfs_mergecancelopts()
2292 mntopt_t *mop, *motbl; in vfs_mergeopttbl()
2307 motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_mergeopttbl()
2404 mntopt_t *mop; in vfs_setmntopt_nolock()
2481 static mntopt_t *
2485 mntopt_t *mop, *motbl; in vfs_addtag()
2488 motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_addtag()
2490 size_t len = (count - 1) * sizeof (mntopt_t); in vfs_addtag()
2514 mntopt_t *mop; in vfs_settag()
2577 mntopt_t *mop; in vfs_clrtag()
2808 vfs_freeopt(mntopt_t *mop) in vfs_freeopt()
2837 kmem_free(mp->mo_list, sizeof (mntopt_t) * count); in vfs_freeopttbl()