Symbol: mntopt_t
usr/src/cmd/mdb/common/modules/genunix/vfs.c
187
mntopt_t *mntopts;
usr/src/cmd/mdb/common/modules/genunix/vfs.c
248
size = vfs.vfs_mntopts.mo_count * sizeof (mntopt_t);
usr/src/cmd/mdb/common/modules/nfs/nfs.c
953
mntopt_t m;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1036
mntopt_t *motbl;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1046
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1071
vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1157
mntopt_t *mop, *motbl;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1172
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1261
mntopt_t *mop;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
148
static const mntopt_t mntopts[] = {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1521
vfs_freeopt(mntopt_t *mop)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1550
kmem_free(mp->mo_list, sizeof (mntopt_t) * count);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
181
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
182
(mntopt_t *)&mntopts[0]
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
95
static void vfs_freeopt(mntopt_t *);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
951
mntopt_t *tmplist;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
998
vfs_copyopt(const mntopt_t *s, mntopt_t *d)
usr/src/uts/common/fs/autofs/auto_vfsops.c
156
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/autofs/auto_vfsops.c
177
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/fd/fdops.c
532
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/fd/fdops.c
543
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
117
static mntopt_t hsfs_options[] = {
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
136
sizeof (hsfs_options) / sizeof (mntopt_t),
usr/src/uts/common/fs/lofs/lofs_vfsops.c
74
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/lofs/lofs_vfsops.c
90
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/mntfs/mntvnops.c
163
mntopt_t *mop;
usr/src/uts/common/fs/mntfs/mntvnops.c
204
mntopt_t *mop;
usr/src/uts/common/fs/pcfs/pc_vfsops.c
114
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/pcfs/pc_vfsops.c
131
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
130
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
148
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
100
sizeof (tmpfs_options) / sizeof (mntopt_t),
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
90
static mntopt_t tmpfs_options[] = {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
147
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
193
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/vfs.c
108
static void vfs_freeopt(mntopt_t *);
usr/src/uts/common/fs/vfs.c
182
static const mntopt_t mntopts[] = {
usr/src/uts/common/fs/vfs.c
2035
mntopt_t *tmplist;
usr/src/uts/common/fs/vfs.c
2082
vfs_copyopt(const mntopt_t *s, mntopt_t *d)
usr/src/uts/common/fs/vfs.c
2117
mntopt_t *motbl;
usr/src/uts/common/fs/vfs.c
2127
motbl = kmem_zalloc((count + extra) * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
215
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/fs/vfs.c
2152
vfs_mergecancelopts(const mntopt_t *mop1, const mntopt_t *mop2)
usr/src/uts/common/fs/vfs.c
216
(mntopt_t *)&mntopts[0]
usr/src/uts/common/fs/vfs.c
2238
mntopt_t *mop, *motbl;
usr/src/uts/common/fs/vfs.c
2253
motbl = kmem_alloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2350
mntopt_t *mop;
usr/src/uts/common/fs/vfs.c
2427
static mntopt_t *
usr/src/uts/common/fs/vfs.c
2431
mntopt_t *mop, *motbl;
usr/src/uts/common/fs/vfs.c
2434
motbl = kmem_zalloc(count * sizeof (mntopt_t), KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2436
size_t len = (count - 1) * sizeof (mntopt_t);
usr/src/uts/common/fs/vfs.c
2460
mntopt_t *mop;
usr/src/uts/common/fs/vfs.c
2523
mntopt_t *mop;
usr/src/uts/common/fs/vfs.c
2754
vfs_freeopt(mntopt_t *mop)
usr/src/uts/common/fs/vfs.c
2783
kmem_free(mp->mo_list, sizeof (mntopt_t) * count);
usr/src/uts/common/fs/zfs/zfs_vfsops.c
125
static mntopt_t mntopts[] = {
usr/src/uts/common/fs/zfs/zfs_vfsops.c
133
sizeof (mntopts) / sizeof (mntopt_t),
usr/src/uts/common/sys/vfs.h
151
mntopt_t *mo_list; /* list of mount options */