Home
last modified time | relevance | path

Searched defs:mntopts (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c190 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 Dvfs.h94 typedef struct mntopts { struct
97 } mntopts_t; argument
/freebsd-src/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h91 typedef struct mntopts { struct
94 } mntopts_t; argument
/freebsd-src/sys/contrib/openzfs/cmd/
H A Dmount_zfs.c112 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 Dfuse_vfsops.c215 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 Dmnttab.c84 optadd(char *mntopts, size_t size, const char *opt) in optadd()
/freebsd-src/sbin/mount/
H A Dmount.c503 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 Dh_quota2_tests.c388 int mntopts = 0; in main() local
/freebsd-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c361 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 Dlibzfs_dataset.c944 const char *mountp, const char *mntopts) in libzfs_mnttab_add()
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c214 * 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 Dzpool_main.c3429 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 Dzfs_main.c7152 append_options(char * mntopts,char * newopts) append_options() argument