/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_mount_os.c | 191 zfs_parse_mount_options(const char *mntopts, unsigned long *mntflags, in zfs_parse_mount_options() 253 append_mntopt(const char *name, const char *val, char *mntopts, in append_mntopt() 269 char *mntopts, char *mtabopt) in zfs_selinux_setcontext() 282 char *mntopts, char *mtabopt) in zfs_adjust_mount_options()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vfs.h | 95 typedef struct mntopts { struct 98 } mntopts_t; argument
|
/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | vfs.h | 91 typedef struct mntopts { struct 94 } mntopts_t; argument
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | mount_zfs.c | 113 const char *mntopts) in mtab_update() 155 char mntopts[MNT_LINE_MAX] = { '\0' }; in main() local
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 217 fuse_vfs_remount(struct mount *mp, struct thread *td, uint64_t mntopts, in fuse_vfs_remount() 300 uint64_t mntopts, __mntopts; in fuse_vfsop_mount() local
|
/freebsd/sys/contrib/openzfs/lib/libspl/os/freebsd/ |
H A D | mnttab.c | 85 optadd(char *mntopts, size_t size, const char *opt) in optadd()
|
/freebsd/sbin/mount/ |
H A D | mount.c | 504 hasopt(const char *mntopts, const char *option) in hasopt() 541 const char *options, const char *mntopts) in mountfs()
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | h_quota2_tests.c | 388 int mntopts = 0; in main() local
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_mount.c | 362 char mntopts[MNT_LINE_MAX]; in zfs_mount_at() local 1280 zpool_enable_datasets(zpool_handle_t *zhp, const char *mntopts, int flags, in zpool_enable_datasets()
|
H A D | libzfs_dataset.c | 945 const char *mountp, const char *mntopts) in libzfs_mnttab_add()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vfsops.c | 218 zfsvfs_parse_options(char *mntopts, vfs_t **vfsp) in zfsvfs_parse_options()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 3807 do_import(nvlist_t *config, const char *newname, const char *mntopts, in do_import() 3942 import_pools(nvlist_t *pools, nvlist_t *props, char *mntopts, int flags, in import_pools() 4340 char *mntopts = NULL; in zpool_do_import() local 7760 char *mntopts = NULL; in zpool_do_split() local
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7412 append_options(char *mntopts, char *newopts) in append_options()
|