Symbol: mntopts_t
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1033
vfs_copyopttbl_extend(const mntopts_t *smo, mntopts_t *dmo, int extra)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1065
vfs_copyopttbl(const mntopts_t *smo, mntopts_t *dmo)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1154
vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1213
vfs_clearmntopt_nolock(mntopts_t *mops, const char *opt, int update_mnttab)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1258
vfs_setmntopt_nolock(mntopts_t *mops, const char *opt,
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1348
vfs_parsemntopts(mntopts_t *mops, char *osp, int create)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1393
vfs_hasopt(const mntopts_t *mops, const char *opt)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1416
vfs_optionisset_nolock(const mntopts_t *mops, const char *opt, char **argp)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1462
vfs_buildoptionstr(const mntopts_t *mp, char *buf, int len)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
1541
vfs_freeopttbl(mntopts_t *mp)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
180
const mntopts_t vfs_mntopts = {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
541
mntopts_t mnt_mntopts;
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
90
static void vfs_clearmntopt_nolock(mntopts_t *, const char *, int);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
91
static void vfs_setmntopt_nolock(mntopts_t *, const char *,
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
93
static int vfs_optionisset_nolock(const mntopts_t *, const char *, char **);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
948
vfs_swapopttbl_nolock(mntopts_t *optbl1, mntopts_t *optbl2)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
96
static void vfs_swapopttbl_nolock(mntopts_t *, mntopts_t *);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
962
vfs_swapopttbl(mntopts_t *optbl1, mntopts_t *optbl2)
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
97
static void vfs_swapopttbl(mntopts_t *, mntopts_t *);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
98
static void vfs_copyopttbl_extend(const mntopts_t *, mntopts_t *, int);
usr/src/uts/common/fs/autofs/auto_vfsops.c
176
static mntopts_t auto_mntopts = {
usr/src/uts/common/fs/autofs/auto_vfsops.c
63
static mntopts_t auto_mntopts;
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
261
static mntopts_t bootfs_mntopts = {
usr/src/uts/common/fs/ctfs/ctfs_root.c
102
static mntopts_t ctfs_mntopts = {
usr/src/uts/common/fs/fd/fdops.c
542
static mntopts_t fdfs_mntopts = {
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
135
static mntopts_t hsfs_proto_opttbl = {
usr/src/uts/common/fs/lofs/lofs_vfsops.c
54
static mntopts_t lofs_mntopts;
usr/src/uts/common/fs/lofs/lofs_vfsops.c
89
static mntopts_t lofs_mntopts = {
usr/src/uts/common/fs/mntfs/mntvfsops.c
59
static mntopts_t mnt_mntopts = {
usr/src/uts/common/fs/namefs/namevfs.c
768
static mntopts_t nm_mntopts = {
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3257
mntopts_t *optproto;
usr/src/uts/common/fs/objfs/objfs_vfs.c
67
static mntopts_t objfs_mntopts = {
usr/src/uts/common/fs/pcfs/pc_vfsops.c
130
static mntopts_t pcfs_mntopts = {
usr/src/uts/common/fs/proc/prvfsops.c
63
static mntopts_t proc_mntopts = {
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
89
static mntopts_t sharefs_mntopts = {
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
147
static mntopts_t smbfs_mntopts = {
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
74
static mntopts_t tmpfs_proto_opttbl;
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
99
static mntopts_t tmpfs_proto_opttbl = {
usr/src/uts/common/fs/udfs/udf_vfsops.c
119
static mntopts_t udfs_mntopts;
usr/src/uts/common/fs/udfs/udf_vfsops.c
129
static mntopts_t udfs_mntopts = {
usr/src/uts/common/fs/ufs/ufs_vfsops.c
192
static mntopts_t ufs_mntopts = {
usr/src/uts/common/fs/vfs.c
103
static void vfs_clearmntopt_nolock(mntopts_t *, const char *, int);
usr/src/uts/common/fs/vfs.c
104
static void vfs_setmntopt_nolock(mntopts_t *, const char *,
usr/src/uts/common/fs/vfs.c
106
static int vfs_optionisset_nolock(const mntopts_t *, const char *, char **);
usr/src/uts/common/fs/vfs.c
109
static void vfs_swapopttbl_nolock(mntopts_t *, mntopts_t *);
usr/src/uts/common/fs/vfs.c
110
static void vfs_swapopttbl(mntopts_t *, mntopts_t *);
usr/src/uts/common/fs/vfs.c
111
static void vfs_copyopttbl_extend(const mntopts_t *, mntopts_t *, int);
usr/src/uts/common/fs/vfs.c
1117
mntopts_t mnt_mntopts;
usr/src/uts/common/fs/vfs.c
112
static void vfs_createopttbl_extend(mntopts_t *, const char *,
usr/src/uts/common/fs/vfs.c
113
const mntopts_t *);
usr/src/uts/common/fs/vfs.c
1587
mntopts_t tmp_mntopts;
usr/src/uts/common/fs/vfs.c
1990
vfs_createopttbl_extend(mntopts_t *mops, const char *opts,
usr/src/uts/common/fs/vfs.c
1991
const mntopts_t *mtmpl)
usr/src/uts/common/fs/vfs.c
2022
vfs_createopttbl(mntopts_t *mops, const char *opts)
usr/src/uts/common/fs/vfs.c
2032
vfs_swapopttbl_nolock(mntopts_t *optbl1, mntopts_t *optbl2)
usr/src/uts/common/fs/vfs.c
2046
vfs_swapopttbl(mntopts_t *optbl1, mntopts_t *optbl2)
usr/src/uts/common/fs/vfs.c
2114
vfs_copyopttbl_extend(const mntopts_t *smo, mntopts_t *dmo, int extra)
usr/src/uts/common/fs/vfs.c
214
const mntopts_t vfs_mntopts = {
usr/src/uts/common/fs/vfs.c
2146
vfs_copyopttbl(const mntopts_t *smo, mntopts_t *dmo)
usr/src/uts/common/fs/vfs.c
2235
vfs_mergeopttbl(const mntopts_t *omo, const mntopts_t *imo, mntopts_t *dmo)
usr/src/uts/common/fs/vfs.c
2294
vfs_clearmntopt_nolock(mntopts_t *mops, const char *opt, int update_mnttab)
usr/src/uts/common/fs/vfs.c
2347
vfs_setmntopt_nolock(mntopts_t *mops, const char *opt,
usr/src/uts/common/fs/vfs.c
2428
vfs_addtag(mntopts_t *mops, const char *tag)
usr/src/uts/common/fs/vfs.c
2459
mntopts_t *mops;
usr/src/uts/common/fs/vfs.c
2577
vfs_parsemntopts(mntopts_t *mops, char *osp, int create)
usr/src/uts/common/fs/vfs.c
2626
vfs_hasopt(const mntopts_t *mops, const char *opt)
usr/src/uts/common/fs/vfs.c
2649
vfs_optionisset_nolock(const mntopts_t *mops, const char *opt, char **argp)
usr/src/uts/common/fs/vfs.c
2695
vfs_buildoptionstr(const mntopts_t *mp, char *buf, int len)
usr/src/uts/common/fs/vfs.c
2774
vfs_freeopttbl(mntopts_t *mp)
usr/src/uts/common/fs/vfs.c
980
mntopts_t *mntopts, struct mounta *uap)
usr/src/uts/common/fs/zfs/zfs_vfsops.c
132
static mntopts_t zfs_mntopts = {
usr/src/uts/common/sys/vfs.h
217
mntopts_t vfs_mntopts; /* options mounted with */
usr/src/uts/common/sys/vfs.h
386
mntopts_t vsw_optproto; /* mount options table prototype */
usr/src/uts/common/sys/vfs.h
403
mntopts_t *optproto; /* mount options table prototype */
usr/src/uts/common/sys/vfs.h
504
void vfs_createopttbl(mntopts_t *, const char *);
usr/src/uts/common/sys/vfs.h
505
void vfs_copyopttbl(const mntopts_t *, mntopts_t *);
usr/src/uts/common/sys/vfs.h
506
void vfs_mergeopttbl(const mntopts_t *, const mntopts_t *, mntopts_t *);
usr/src/uts/common/sys/vfs.h
507
void vfs_freeopttbl(mntopts_t *);
usr/src/uts/common/sys/vfs.h
508
void vfs_parsemntopts(mntopts_t *, char *, int);
usr/src/uts/common/sys/vfs.h
509
int vfs_buildoptionstr(const mntopts_t *, char *, int);
usr/src/uts/common/sys/vfs.h
510
struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
usr/src/uts/common/sys/vfs.h
584
extern const mntopts_t vfs_mntopts; /* globally recognized options */