Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 25 of 113) sorted by relevance

12345

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_concurrent_shares.ksh98 typeset filesystem=$1
99 typeset mntp=$(get_prop mountpoint $filesystem)
104 zfs set sharenfs=on $filesystem || \
105 log_fail "zfs set sharenfs=on $filesystem failed."
112 zfs unshare $filesystem || \
113 log_fail "zfs unshare $filesystem failed."
115 log_fail "File system $filesystem is still shared."
117 zfs share $filesystem || \
118 log_fail "zfs share $filesystem failed."
123 zfs share $filesystem && \
[all …]
H A Dzfs_share_003_pos.ksh76 typeset filesystem=$2
79 log_fail "File system $filesystem is already shared."
82 log_must zfs set sharenfs=off $filesystem
84 log_fail "File system $filesystem is still shared (set sharenfs)."
87 zfs share $filesystem
90 log_fail "'zfs share $filesystem' " \
94 log_fail "file system $filesystem is shared (zfs share)."
H A Dzfs_share_001_pos.ksh88 typeset filesystem=$2
91 log_fail "File system $filesystem is already shared."
93 log_must zfs set sharenfs=on $filesystem
95 log_fail "File system $filesystem is not shared (set sharenfs)."
100 log_must zfs unshare $filesystem
102 log_fail "File system $filesystem is still shared."
104 log_must zfs share $filesystem
106 log_fail "file system $filesystem is not shared (zfs share)."
109 log_mustnot zfs share $filesystem
H A Dzfs_share_004_pos.ksh68 typeset filesystem=$2
71 log_fail "File system $filesystem is already shared."
73 log_must zfs set sharenfs=on $filesystem
75 log_fail "File system $filesystem is not shared (set sharenfs)."
81 log_must zfs unshare $filesystem
82 log_must zfs share $filesystem
85 log_fail "file system $filesystem is not shared (zfs share)."
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_001_pos.ksh88 typeset filesystem=$2
91 prop_value=$(get_prop "sharenfs" $filesystem)
96 log_must zfs set sharenfs=on $filesystem
99 "file system $filesystem shared."
102 is_shared $mntp || log_must zfs share $filesystem
107 log_must zfs unshare $filesystem
110 log_must zfs share $filesystem
116 log_mustnot zfs unshare $filesystem
H A Dzfs_unshare_003_pos.ksh69 typeset filesystem=$2
72 prop_value=$(get_prop "sharenfs" $filesystem)
76 log_must zfs set sharenfs=on $filesystem
79 log_must zfs set sharenfs=off $filesystem
82 log_fail "File system $filesystem is shared (set sharenfs)."
H A Dzfs_unshare_002_pos.ksh90 typeset filesystem=$2
92 log_must zfs set sharenfs=off $filesystem
95 "filesystem $filesystem unshared."
103 log_mustnot zfs unshare $filesystem
/f-stack/freebsd/contrib/openzfs/contrib/initramfs/
H A DREADME.initramfs.markdown12 ### Root pool/filesystem
15 kernel command line to boot off a ZFS filesystem.
44 If a dataset is specified, it will be used as the root filesystem. Otherwise,
45 this script will attempt to find a root filesystem automatically (in the
48 Filesystems below the root filesystem will be automatically mounted with no
49 additional configuration necessary. For example, if the root filesystem is
56 and the clone used as the root filesystem. Note:
59 used as the boot filesystem instead.
62 filesystem is mounted manually by the initramfs script.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
123 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
149 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
160 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_remount.ksh71 typeset filesystem="$1"
73 file_write -o create -f $filesystem/file.dat
76 log_fail "Writing to $filesystem did not return EROFS ($ret)."
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_string_props.zcp23 -- prop filesystem snapshot clone
28 props['type'] = {{'filesystem', nil}, {'snapshot', nil}, {'filesystem', nil}}
/f-stack/freebsd/arm/conf/
H A Dstd.armv726 options PROCFS # Process filesystem (requires PSEUDOFS)
27 options PSEUDOFS # Pseudo-filesystem framework
28 options TMPFS # Efficient memory filesystem
H A Dstd.armv626 options PROCFS # Process filesystem (requires PSEUDOFS)
27 options PSEUDOFS # Pseudo-filesystem framework
28 options TMPFS # Efficient memory filesystem
/f-stack/freebsd/contrib/device-tree/Bindings/reserved-memory/
H A Dqcom,rmtfs-mem.txt3 This binding describes the Qualcomm remote filesystem memory, which serves the
36 The following example shows the remote filesystem memory setup for APQ8016,
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dmpc5121ads.dts44 filesystem@40000 {
45 label = "filesystem";
46 reg = <0x00040000 0x03c00000>; // 60M for filesystem
/f-stack/dpdk/doc/guides/tools/
H A Dhugepages.rst39 Mount the huge page filesystem
43 Unmount the huge page filesystem
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dmoxart-uc7112lx.dts42 label = "root filesystem";
46 label = "user filesystem";
H A Domap3430-sdp.dts97 label = "filesystem-nor";
145 label = "filesystem-nand";
191 label = "filesystem-onenand";
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dstate006.cfg35 # by a bottom level filesystem, that the middle level dataset inherits
37 # filesystem.
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs60 $__ZFS_CMD list -H -o name -s name -t filesystem,volume "$@"
65 $__ZFS_CMD list -H -o name -s name -t filesystem
77 $__ZFS_CMD list -H -o name -s name -t filesystem -r $cur | tail -n +2
120 $__ZFS_CMD list -H -o name -s name -t filesystem,volume
121 … if [[ $cur != "" ]] && $__ZFS_CMD list -H -o name -s name -t filesystem,volume $cur &> /dev/null
284 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur"
317 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur"
/f-stack/freebsd/mips/conf/
H A Dstd.MALTA24 options PSEUDOFS #Pseudo-filesystem framework
29 options TMPFS #Efficient memory filesystem
H A DBERI_SIM_SDROOT15 # This kernel expects to find its root filesystem on the SD Card.
H A DBERI_DE4_SDROOT14 # This kernel expects to find its root filesystem on the SD Card.
H A DBERI_SIM_VIRTIO20 # This kernel expects to find its root filesystem on the SD Card.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh147 ds=`zfs list -H -r -o name -t filesystem,volume $pool`
178 filesystem )

12345