Lines Matching refs:mntopts_t
150 } mntopts_t; typedef
222 mntopts_t vfs_mntopts; /* options mounted with */
387 mntopts_t vsw_optproto; /* mount options table prototype */
404 mntopts_t *optproto; /* mount options table prototype */
504 void vfs_createopttbl(mntopts_t *, const char *);
505 void vfs_copyopttbl(const mntopts_t *, mntopts_t *);
506 void vfs_mergeopttbl(const mntopts_t *, const mntopts_t *, mntopts_t *);
507 void vfs_freeopttbl(mntopts_t *);
508 void vfs_parsemntopts(mntopts_t *, char *, int);
509 int vfs_buildoptionstr(const mntopts_t *, char *, int);
510 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
585 extern const mntopts_t vfs_mntopts; /* globally recognized options */