mntopt_t
mntopt_t *mntopts;
size = vfs.vfs_mntopts.mo_count * sizeof (mntopt_t);
mntopt_t m;
mntopt_t *motbl;
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2)
mntopt_t *mop, *motbl;
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
mntopt_t *mop;
static const mntopt_t mntopts[] = {
vfs_freeopt(mntopt_t *mop)
kmem_free(mp->mo_list, sizeof (mntopt_t) * count);
sizeof (mntopts) / sizeof (mntopt_t),
(mntopt_t *)&mntopts[0]
static void vfs_freeopt(mntopt_t *);
mntopt_t *tmplist;
vfs_copyopt(const mntopt_t *s, mntopt_t *d)
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
static mntopt_t hsfs_options[] = {
sizeof (hsfs_options) / sizeof (mntopt_t),
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
mntopt_t *mop;
mntopt_t *mop;
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
sizeof (tmpfs_options) / sizeof (mntopt_t),
static mntopt_t tmpfs_options[] = {
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
static void vfs_freeopt(mntopt_t *);
static const mntopt_t mntopts[] = {
mntopt_t *tmplist;
vfs_copyopt(const mntopt_t *s, mntopt_t *d)
mntopt_t *motbl;
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
sizeof (mntopts) / sizeof (mntopt_t),
vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2)
(mntopt_t *)&mntopts[0]
mntopt_t *mop, *motbl;
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
mntopt_t *mop;
static mntopt_t *
mntopt_t *mop, *motbl;
motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP);
size_t len = (count - 1) * sizeof (mntopt_t);
mntopt_t *mop;
mntopt_t *mop;
vfs_freeopt(mntopt_t *mop)
kmem_free(mp->mo_list, sizeof (mntopt_t) * count);
static mntopt_t mntopts[] = {
sizeof (mntopts) / sizeof (mntopt_t),
mntopt_t *mo_list; /* list of mount options */