Lines Matching refs:mntopt_t
106 static void vfs_freeopt(mntopt_t *);
185 static const mntopt_t mntopts[] = {
218 sizeof (mntopts) / sizeof (mntopt_t),
219 (mntopt_t *)&mntopts[0]
2065 mntopt_t *tmplist; in vfs_swapopttbl_nolock()
2112 vfs_copyopt(const mntopt_t *s, mntopt_t *d) in vfs_copyopt()
2147 mntopt_t *motbl; in vfs_copyopttbl_extend()
2157 motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP); in vfs_copyopttbl_extend()
2182 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) in vfs_mergecancelopts()
2268 mntopt_t *mop, *motbl; in vfs_mergeopttbl()
2283 motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_mergeopttbl()
2380 mntopt_t *mop; in vfs_setmntopt_nolock()
2457 static mntopt_t *
2461 mntopt_t *mop, *motbl; in vfs_addtag()
2464 motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_addtag()
2466 size_t len = (count - 1) * sizeof (mntopt_t); in vfs_addtag()
2490 mntopt_t *mop; in vfs_settag()
2553 mntopt_t *mop; in vfs_clrtag()
2784 vfs_freeopt(mntopt_t *mop) in vfs_freeopt()
2813 kmem_free(mp->mo_list, sizeof (mntopt_t) * count); in vfs_freeopttbl()