Lines Matching refs:mntopt_t
106 static void vfs_freeopt(mntopt_t *);
187 static const mntopt_t mntopts[] = {
224 sizeof (mntopts) / sizeof (mntopt_t),
225 (mntopt_t *)&mntopts[0]
2077 mntopt_t *tmplist; in vfs_swapopttbl_nolock()
2124 vfs_copyopt(const mntopt_t *s, mntopt_t *d) in vfs_copyopt()
2159 mntopt_t *motbl; in vfs_copyopttbl_extend()
2169 motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP); in vfs_copyopttbl_extend()
2194 vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2) in vfs_mergecancelopts()
2280 mntopt_t *mop, *motbl; in vfs_mergeopttbl()
2295 motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_mergeopttbl()
2392 mntopt_t *mop; in vfs_setmntopt_nolock()
2469 static mntopt_t *
2473 mntopt_t *mop, *motbl; in vfs_addtag()
2476 motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP); in vfs_addtag()
2478 size_t len = (count - 1) * sizeof (mntopt_t); in vfs_addtag()
2502 mntopt_t *mop; in vfs_settag()
2565 mntopt_t *mop; in vfs_clrtag()
2796 vfs_freeopt(mntopt_t *mop) in vfs_freeopt()
2825 kmem_free(mp->mo_list, sizeof (mntopt_t) * count); in vfs_freeopttbl()