Lines Matching refs:mntopts_t
158 } mntopts_t; typedef
230 mntopts_t vfs_mntopts; /* options mounted with */
394 mntopts_t vsw_optproto; /* mount options table prototype */
411 mntopts_t *optproto; /* mount options table prototype */
511 void vfs_createopttbl(mntopts_t *, const char *);
512 void vfs_copyopttbl(const mntopts_t *, mntopts_t *);
513 void vfs_mergeopttbl(const mntopts_t *, const mntopts_t *, mntopts_t *);
514 void vfs_freeopttbl(mntopts_t *);
515 void vfs_parsemntopts(mntopts_t *, char *, int);
516 int vfs_buildoptionstr(const mntopts_t *, char *, int);
517 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
592 extern const mntopts_t vfs_mntopts; /* globally recognized options */