/freebsd-src/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_mount_os.c | 190 zfs_parse_mount_options(const char *mntopts, unsigned long *mntflags, in zfs_parse_mount_options() 252 append_mntopt(const char *name, const char *val, char *mntopts, in append_mntopt() 268 char *mntopts, char *mtabopt) in zfs_selinux_setcontext() 281 char *mntopts, char *mtabopt) in zfs_adjust_mount_options()
|
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 94 typedef struct mntopts { struct 97 } mntopts_t; argument
|
/freebsd-src/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 91 typedef struct mntopts { struct 94 } mntopts_t; argument
|
/freebsd-src/sys/contrib/openzfs/cmd/ |
H A D | mount_zfs.c | 112 const char *mntopts) in mtab_update() argument 154 char mntopts[MNT_LINE_MAX] = { '\0' }; in main() local [all...] |
/freebsd-src/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 215 fuse_vfs_remount(struct mount *mp, struct thread *td, uint64_t mntopts, in fuse_vfs_remount() argument 298 uint64_t mntopts, __mntopts; in fuse_vfsop_mount() local [all...] |
/freebsd-src/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
H A D | mnttab.c | 84 optadd(char *mntopts, size_t size, const char *opt) in optadd()
|
/freebsd-src/sbin/mount/ |
H A D | mount.c | 503 hasopt(const char * mntopts,const char * option) hasopt() argument 540 mountfs(const char * vfstype,const char * spec,const char * name,int flags,const char * options,const char * mntopts) mountfs() argument
|
/freebsd-src/contrib/netbsd-tests/fs/ffs/ |
H A D | h_quota2_tests.c | 388 int mntopts = 0; in main() local
|
/freebsd-src/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_mount.c | 361 char mntopts[MNT_LINE_MAX]; in zfs_mount_at() local 1279 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags, in zpool_enable_datasets()
|
H A D | libzfs_dataset.c | 944 const char *mountp, const char *mntopts) in libzfs_mnttab_add()
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 214 * Parse the raw mntopts and return a vfs_t describing the options. in zfsvfs_parse_options() argument
|
/freebsd-src/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 3429 do_import(nvlist_t * config,const char * newname,const char * mntopts,nvlist_t * props,int flags,uint_t mntthreads) do_import() argument 3564 import_pools(nvlist_t * pools,nvlist_t * props,char * mntopts,int flags,char * orig_name,char * new_name,importargs_t * import) import_pools() argument 3896 char *mntopts = NULL; zpool_do_import() local 7095 char *mntopts = NULL; zpool_do_split() local [all...] |
/freebsd-src/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7152 append_options(char * mntopts,char * newopts) append_options() argument
|