| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_concurrent_shares.ksh | 98 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 D | zfs_share_003_pos.ksh | 76 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 D | zfs_share_001_pos.ksh | 88 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 D | zfs_share_004_pos.ksh | 68 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 D | zfs_unshare_001_pos.ksh | 88 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 D | zfs_unshare_003_pos.ksh | 69 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 D | zfs_unshare_002_pos.ksh | 90 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 D | README.initramfs.markdown | 12 ### 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 D | snapused.kshlib | 58 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 D | zfs_mount_remount.ksh | 71 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 D | tst.get_string_props.zcp | 23 -- prop filesystem snapshot clone 28 props['type'] = {{'filesystem', nil}, {'snapshot', nil}, {'filesystem', nil}}
|
| /f-stack/freebsd/arm/conf/ |
| H A D | std.armv7 | 26 options PROCFS # Process filesystem (requires PSEUDOFS) 27 options PSEUDOFS # Pseudo-filesystem framework 28 options TMPFS # Efficient memory filesystem
|
| H A D | std.armv6 | 26 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 D | qcom,rmtfs-mem.txt | 3 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 D | mpc5121ads.dts | 44 filesystem@40000 { 45 label = "filesystem"; 46 reg = <0x00040000 0x03c00000>; // 60M for filesystem
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | hugepages.rst | 39 Mount the huge page filesystem 43 Unmount the huge page filesystem
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | moxart-uc7112lx.dts | 42 label = "root filesystem"; 46 label = "user filesystem";
|
| H A D | omap3430-sdp.dts | 97 label = "filesystem-nor"; 145 label = "filesystem-nand"; 191 label = "filesystem-onenand";
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
| H A D | state006.cfg | 35 # by a bottom level filesystem, that the middle level dataset inherits 37 # filesystem.
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 60 $__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 D | std.MALTA | 24 options PSEUDOFS #Pseudo-filesystem framework 29 options TMPFS #Efficient memory filesystem
|
| H A D | BERI_SIM_SDROOT | 15 # This kernel expects to find its root filesystem on the SD Card.
|
| H A D | BERI_DE4_SDROOT | 14 # This kernel expects to find its root filesystem on the SD Card.
|
| H A D | BERI_SIM_VIRTIO | 20 # 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 D | zfs_get_004_pos.ksh | 147 ds=`zfs list -H -r -o name -t filesystem,volume $pool` 178 filesystem )
|