Home
last modified time | relevance | path

Searched refs:mnt (Results 1 – 25 of 27) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount.kshlib37 typeset mnt=$3
42 mounted $mnt || wasmounted=0
45 log_must zfs $cmd $opt $mnt
47 log_must unmounted $mnt
49 log_note "Successfully zfs $cmd $opt $mnt"
52 log_note "zfs $cmd $opt $mnt"
54 zfs $cmd $opt $mnt
57 log_fail "'zfs $cmd $opt $mnt' " \
62 log_must mounted $mnt
64 log_must unmounted $mnt
[all …]
H A Dzfs_unmount_001_pos.ksh67 typeset mnt=$3
81 log_must zfs $cmd $options $mnt
83 unmounted "$mnt" || \
84 log_fail "Unable to unmount $options $mnt"
86 log_note "Successfully unmounted $options $mnt"
H A Dzfs_unmount_nested.ksh48 typeset mountpoint=/$TESTPOOL/mnt
57 log_mustnot mount -t zfs $TESTPOOL/$dsB32 /mnt
62 log_must mount -t zfs $TESTPOOL/$dsC32 /mnt
/f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c98 struct mntent mnt; in mtab_update() local
102 mnt.mnt_fsname = dataset; in mtab_update()
103 mnt.mnt_dir = mntpoint; in mtab_update()
104 mnt.mnt_type = type; in mtab_update()
105 mnt.mnt_opts = mntopts ? mntopts : ""; in mtab_update()
106 mnt.mnt_freq = 0; in mtab_update()
107 mnt.mnt_passno = 0; in mtab_update()
118 error = addmntent(fp, &mnt); in mtab_update()
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c69 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() argument
74 if (mnt->mnt_mntopts == NULL) in hasmntopt()
76 (void) strcpy(opts, mnt->mnt_mntopts); in hasmntopt()
80 return (f - tmpopts + mnt->mnt_mntopts); in hasmntopt()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dmnttab.h77 static inline char *_sol_hasmntopt(struct mnttab *mnt, char *opt) in _sol_hasmntopt() argument
81 mnt_new.mnt_opts = mnt->mnt_mntopts; in _sol_hasmntopt()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_all_mountpoints.ksh98 mnt=$path/${filesystems[$i]}
99 zfs set mountpoint=$mnt $fs
/f-stack/doc/
H A DF-Stack_Quick_Start_Guide.md37 mkdir /mnt/huge
38 mount -t hugetlbfs nodev /mnt/huge
42 nodev /mnt/huge hugetlbfs defaults 0 0
H A DLaunch_F-Stack_on_AWS_EC2_in_one_minute.md19 mkdir /mnt/huge
20 mount -t hugetlbfs nodev /mnt/huge
/f-stack/freebsd/kern/
H A Dvfs_mountroot.c525 char *mnt; in parse_dir_ask() local
564 mnt = name; in parse_dir_ask()
565 error = parse_mount(&mnt); in parse_dir_ask()
895 char *s, *tok, *mnt, *opt; in vfs_mountroot_conf0() local
916 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0()
918 sbuf_printf(sb, "%s %s\n", mnt, in vfs_mountroot_conf0()
920 free(mnt, M_TEMP); in vfs_mountroot_conf0()
921 error = parse_token(&tok, &mnt); in vfs_mountroot_conf0()
/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dvfs_compat.h378 func(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat) \
380 struct path path = { .mnt = mnt, .dentry = dentry }; \
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmnttab.h82 char *hasmntopt(struct mnttab *mnt, char *opt);
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_014_neg.ksh70 typeset mntp=/mnt
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1132 spath.mnt->mnt_flags |= MNT_SHRINKABLE; in zfsctl_snapshot_mount()
1161 char *mnt; in zfsctl_snapdir_vget() local
1164 mnt = kmem_alloc(MAXPATHLEN, KM_SLEEP); in zfsctl_snapdir_vget()
1167 MAXPATHLEN, mnt); in zfsctl_snapdir_vget()
1172 error = -kern_path(mnt, LOOKUP_FOLLOW|LOOKUP_DIRECTORY, &path); in zfsctl_snapdir_vget()
1198 kmem_free(mnt, MAXPATHLEN); in zfsctl_snapdir_vget()
H A Dzfs_file_os.c283 rc = vfs_getattr(filp->f_path.mnt, filp->f_dentry, &stat); in zfs_file_getattr()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-inode-getattr.m424 struct vfsmount *mnt, struct dentry *d,
/f-stack/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst38 mkdir /mnt/huge
39 mount -t hugetlbfs nodev /mnt/huge
/f-stack/dpdk/doc/guides/cryptodevs/
H A Docteontx.rst111 mkdir /mnt/huge
112 mount -t hugetlbfs nodev /mnt/huge
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst145 mkdir -p /mnt/huge
148 mount -t hugetlbfs nodev /mnt/huge
H A Dsys_reqs.rst239 mkdir /mnt/huge
240 mount -t hugetlbfs pagesize=1GB /mnt/huge
244 nodev /mnt/huge hugetlbfs pagesize=1GB 0 0
/f-stack/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst305 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \
381 -object memory-backend-file,id=mem,size=1024M,mem-path=/mnt/huge,share=on \
/f-stack/
H A DREADME.md57 mkdir /mnt/huge
58 mount -t hugetlbfs nodev /mnt/huge
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c592 rc = vfs_getattr(filp->f_path.mnt, filp->f_dentry, stat); in spl_getattr()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib903 typeset newmntpt=$TEST_BASE_DIR/mnt.$stamp
971 typeset newmntpt=$TEST_BASE_DIR/mnt.$stamp
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c2114 struct mnttab mnt; in get_numeric_property() local
2198 mnt.mnt_mntopts = ""; in get_numeric_property()
2200 mnt.mnt_mntopts = zhp->zfs_mntopts; in get_numeric_property()
2218 if (hasmntopt(&mnt, mntopt_on) && !*val) { in get_numeric_property()
2222 } else if (hasmntopt(&mnt, mntopt_off) && *val) { in get_numeric_property()

12