Searched defs:mntopts (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/cddl/osnet/lib/libzfs/ |
H A D | mnttab.c | 90 optadd(char *mntopts, size_t size, const char *opt) in optadd() 101 static char mntopts[MNTMAXSTR]; in statvfs2mnttab() local
|
/netbsd-src/external/cddl/osnet/sys/sys/ |
H A D | vfs.h | 95 typedef struct mntopts { struct 98 } mntopts_t; argument
|
/netbsd-src/sbin/mount/ |
H A D | mount.c | 331 hasopt(const char *mntopts, const char *option) in hasopt() 356 int flags, const char *options, const char *mntopts, in mountfs()
|
/netbsd-src/tests/fs/ffs/ |
H A D | h_quota2_tests.c | 388 int mntopts = 0; in main() local
|
/netbsd-src/external/bsd/am-utils/dist/hlfsd/ |
H A D | hlfsd.c | 137 char *mntopts = (char *) NULL; in main() local
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 275 char mntopts[MNT_LINE_MAX]; in zfs_mount() local 1135 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags) in zpool_enable_datasets()
|
H A D | libzfs_dataset.c | 793 const char *mountp, const char *mntopts) in libzfs_mnttab_add()
|
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
H A D | zpool_main.c | 1855 do_import(nvlist_t *config, const char *newname, const char *mntopts, in do_import() 1983 char *mntopts = NULL; in zpool_do_import() local 3401 char *mntopts = NULL; in zpool_do_split() local
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_main.c | 6081 append_options(char *mntopts, char *newopts) in append_options() 6782 char mntopts[MNT_LINE_MAX] = { '\0' }; in manual_mount() local
|