| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdTsSymbolMap.inc | 1 // These are derived from N4100[fs.filesystem.synopsis], final draft for 2 // experimental filesystem. 3 SYMBOL(absolute, std::experimental::filesystem::, <experimental/filesystem>) 4 SYMBOL(canonical, std::experimental::filesystem::, <experimental/filesystem>) 5 SYMBOL(copy, std::experimental::filesystem::, <experimental/filesystem>) 6 SYMBOL(copy_file, std::experimental::filesystem::, <experimental/filesystem>) 7 SYMBOL(copy_options, std::experimental::filesystem::, <experimental/filesystem>) 8 SYMBOL(copy_symlink, std::experimental::filesystem::, <experimental/filesystem>) 9 SYMBOL(create_directories, std::experimental::filesystem::, <experimental/filesystem>) 10 SYMBOL(create_directory, std::experimental::filesystem::, <experimental/filesystem>) [all …]
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | filesystem.inc | 10 export namespace std::filesystem { 12 using std::filesystem::path; 15 using std::filesystem::hash_value; 16 using std::filesystem::swap; 18 // [fs.class.filesystem.error], filesystem errors 19 using std::filesystem::filesystem_error; 23 using std::filesystem::directory_entry; 26 using std::filesystem::directory_iterator; 29 using std::filesystem::begin; 30 using std::filesystem::end; [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/ |
| H A D | zfs_share_concurrent_shares.ksh | 94 typeset filesystem=$1 95 typeset mntp=$(get_prop mountpoint $filesystem) 98 sub_fail "File system $filesystem is already shared." 100 zfs set sharenfs=on $filesystem || \ 101 sub_fail "zfs set sharenfs=on $filesystem failed." 114 sub_fail "File system $filesystem is not shared (set sharenfs)." 123 zfs unshare $filesystem || \ 124 sub_fail "zfs unshare $filesystem failed." 126 sub_fail "File system $filesystem is still shared." 129 zfs share $filesystem || \ [all …]
|
| 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_003_pos.ksh | 77 typeset filesystem=$2 80 log_fail "File system $filesystem is already shared." 83 log_must zfs set sharenfs=off $filesystem 85 log_fail "File system $filesystem is still shared (set sharenfs)." 88 zfs share $filesystem 91 log_fail "'zfs share $filesystem' " \ 95 log_fail "file system $filesystem is shared (zfs share)."
|
| 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)."
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_share/ |
| H A D | zfs_share_001_pos.ksh | 95 typeset filesystem=$2 98 log_fail "File system $filesystem is already shared." 100 log_must $ZFS set sharenfs=on $filesystem 102 log_fail "File system $filesystem is not shared (set sharenfs)." 107 log_must $ZFS unshare $filesystem 109 log_fail "File system $filesystem is still shared." 111 log_must $ZFS share $filesystem 113 log_fail "file system $filesystem is not shared (zfs share)." 116 log_mustnot $ZFS share $filesystem
|
| H A D | zfs_share_003_pos.ksh | 85 typeset filesystem=$2 88 log_fail "File system $filesystem is already shared." 91 log_must $ZFS set sharenfs=off $filesystem 93 log_fail "File system $filesystem is still shared (set sharenfs)." 96 $ZFS share $filesystem 99 log_fail "'$ZFS share $filesystem' " \ 103 log_fail "file system $filesystem is shared (zfs share)."
|
| H A D | zfs_share_004_pos.ksh | 76 typeset filesystem=$2 79 log_fail "File system $filesystem is already shared." 81 log_must $ZFS set sharenfs=on $filesystem 83 log_fail "File system $filesystem is not shared (set sharenfs)." 89 log_must $ZFS unshare $filesystem 90 log_must $ZFS share $filesystem 93 log_fail "file system $filesystem is not shared (zfs share)."
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/ |
| H A D | zfs_unshare_001_pos.ksh | 86 typeset filesystem=$2 89 prop_value=$(get_prop "sharenfs" $filesystem) 94 log_must zfs set sharenfs=on $filesystem 97 "file system $filesystem shared." 100 is_shared $mntp || log_must zfs share $filesystem 105 log_must zfs unshare $filesystem 108 log_must zfs share $filesystem 114 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 | 88 typeset filesystem=$2 90 log_must zfs set sharenfs=off $filesystem 93 "filesystem $filesystem unshared." 101 log_mustnot zfs unshare $filesystem
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zfs_unshare/ |
| H A D | zfs_unshare_001_pos.ksh | 97 typeset filesystem=$2 100 prop_value=$(get_prop "sharenfs" $filesystem) 105 log_must $ZFS set sharenfs=on $filesystem 108 "file system $filesystem shared." 112 log_must $ZFS share $filesystem 117 log_must $ZFS unshare $filesystem 121 log_must $ZFS share $filesystem 128 log_mustnot $ZFS unshare $filesystem
|
| H A D | zfs_unshare_003_pos.ksh | 78 typeset filesystem=$2 81 prop_value=$(get_prop "sharenfs" $filesystem) 86 log_must $ZFS set sharenfs=on $filesystem 89 log_must $ZFS set sharenfs=off $filesystem 92 log_fail "File system $filesystem is shared (set sharenfs)."
|
| H A D | zfs_unshare_002_pos.ksh | 95 typeset filesystem=$2 97 log_must $ZFS set sharenfs=off $filesystem 99 log_fail "'zfs set sharenfs=off' fails to make ZFS filesystem $filesystem unshared." 107 log_mustnot $ZFS unshare $filesystem
|
| /src/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 43 typedef filesystem::path _Path; 93 _LIBCPP_HIDE_FROM_ABI bool exists() const { return filesystem::exists(file_status{__get_ft()}); } in exists() 96 return filesystem::exists(file_status{__get_ft(&__ec)}); in exists() 121 …_LIBCPP_HIDE_FROM_ABI bool is_other() const { return filesystem::is_other(file_status{__get_ft()})… in is_other() 124 return filesystem::is_other(file_status{__get_ft(&__ec)}); in is_other() 292 if (__ec && !filesystem::exists(__st)) 311 if (__ec && !filesystem::exists(__st)) 356 return filesystem::__file_size(__p_, __ec); 362 if (filesystem::exists(__st) && !filesystem::is_regular_file(__st)) { 363 … errc __err_kind = filesystem::is_directory(__st) ? errc::is_a_directory : errc::not_supported; [all …]
|
| /src/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | directory_entry.cpp | 31 if (!filesystem::exists(st) || !filesystem::is_symlink(st)) { in __do_refresh() 57 if (filesystem::is_regular_file(st)) in __do_refresh() 60 if (filesystem::exists(st)) { in __do_refresh()
|
| /src/tests/sys/cddl/zfs/tests/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)
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/ |
| H A D | snapused.kshlib | 59 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 70 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 124 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 150 for child in $(zfs list -rH -t filesystem,volume -o name $dataset) 161 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
|
| /src/sys/ufs/ufs/ |
| H A D | README.extattr | 15 requires no underlying format changes in the filesystem. This design 38 filesystem, and the enabling of individual attributes for the file 40 before first use, to start and stop EA service on a filesystem, and to 50 In each case, [path] is used to indicate the mounted filesystem on which 63 number of attributes on the specified filesystem. 66 introduces the possibility of race conditions during filesystem mount, if 75 sub-directory of the filesystem root during the mount operation. If it 76 is found, EA support will be started for the filesystem. UFS will then 82 namespace of the root filesystem, reserving space for attribute data: 89 On the next mount of the root filesystem, the attributes will be
|
| H A D | README.acls | 57 to your kernel configuration file and rebuilding. Because of filesystem 63 required extended attributes with the filesystem mount operation. To 69 ACLs in the filesystem root of each filesystem. In these examples, 70 the root filesystem is used; see README.extattr for more details. 77 On the next mount of the root filesystem, the attributes will be
|
| /src/sys/contrib/openzfs/contrib/initramfs/ |
| H A D | README.md | 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.
|
| /src/release/packages/ucl/ |
| H A D | ufs-all.ucl | 19 comment = "UFS filesystem support" 22 The Unix File System (UFS) is the standard filesystem used for storing 29 including the dump(8) and restore(8) programs used to manage filesystem 31 utilities used to check the consistency of an existing filesystem after
|
| H A D | mtree-all.ucl | 22 mtree(1) is a utility for managing filesystem hierarchies based on a 24 filesystem hierarchy, compare a hierarchy against a specification, 28 filesystem in /etc/mtree.
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 14 filesystem synopsis 16 namespace std::filesystem { 163 template<> struct hash<filesystem::path>; 177 explicit directory_entry(const filesystem::path& p); 178 directory_entry(const filesystem::path& p, error_code& ec); 184 void assign(const filesystem::path& p); 185 void assign(const filesystem::path& p, error_code& ec); 186 void replace_filename(const filesystem::path& p); 187 void replace_filename(const filesystem::path& p, error_code& ec); 191 const filesystem::path& path() const noexcept; [all …]
|