Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdTsSymbolMap.inc2 // 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>)
19 SYMBOL(exists, std::experimental::filesystem::, <experimental/filesystem>)
36 SYMBOL(path, std::experimental::filesystem::, <experimental/filesystem>)
38 SYMBOL(perms, std::experimental::filesystem::, <experimental/filesystem>)
[all …]
H A DStdSymbolMap.inc3427 SYMBOL(absolute, std::filesystem::, <filesystem>)
3429 SYMBOL(copy, std::filesystem::, <filesystem>)
3443 SYMBOL(exists, std::filesystem::, <filesystem>)
3455 SYMBOL(is_fifo, std::filesystem::, <filesystem>)
3461 SYMBOL(path, std::filesystem::, <filesystem>)
3464 SYMBOL(perms, std::filesystem::, <filesystem>)
3469 SYMBOL(remove, std::filesystem::, <filesystem>)
3471 SYMBOL(rename, std::filesystem::, <filesystem>)
3473 SYMBOL(space, std::filesystem::, <filesystem>)
3475 SYMBOL(status, std::filesystem::, <filesystem>)
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc10 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
29 using std::filesystem::begin;
30 using std::filesystem::end;
47 using std::filesystem::perms;
65 using std::filesystem::copy;
99 using std::filesystem::space;
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_concurrent_shares.ksh93 typeset filesystem=$1
94 typeset mntp=$(get_prop mountpoint $filesystem)
99 zfs set sharenfs=on $filesystem || \
100 sub_fail "zfs set sharenfs=on $filesystem failed."
122 zfs unshare $filesystem || \
123 sub_fail "zfs unshare $filesystem failed."
125 sub_fail "File system $filesystem is still shared."
128 zfs share $filesystem || \
129 sub_fail "zfs share $filesystem failed."
149 zfs share $filesystem && \
[all …]
H A Dzfs_share_001_pos.ksh87 typeset filesystem=$2
90 log_fail "File system $filesystem is already shared."
92 log_must zfs set sharenfs=on $filesystem
94 log_fail "File system $filesystem is not shared (set sharenfs)."
99 log_must zfs unshare $filesystem
101 log_fail "File system $filesystem is still shared."
103 log_must zfs share $filesystem
105 log_fail "file system $filesystem is not shared (zfs share)."
108 log_mustnot zfs share $filesystem
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_004_pos.ksh67 typeset filesystem=$2
70 log_fail "File system $filesystem is already shared."
72 log_must zfs set sharenfs=on $filesystem
74 log_fail "File system $filesystem is not shared (set sharenfs)."
80 log_must zfs unshare $filesystem
81 log_must zfs share $filesystem
84 log_fail "file system $filesystem is not shared (zfs share)."
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_share/
H A Dzfs_share_001_pos.ksh95 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 Dzfs_share_003_pos.ksh85 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 Dzfs_share_004_pos.ksh76 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)."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_001_pos.ksh85 typeset filesystem=$2
88 prop_value=$(get_prop "sharenfs" $filesystem)
93 log_must zfs set sharenfs=on $filesystem
96 "file system $filesystem shared."
99 is_shared $mntp || log_must zfs share $filesystem
104 log_must zfs unshare $filesystem
107 log_must zfs share $filesystem
113 log_mustnot zfs unshare $filesystem
H A Dzfs_unshare_003_pos.ksh68 typeset filesystem=$2
71 prop_value=$(get_prop "sharenfs" $filesystem)
75 log_must zfs set sharenfs=on $filesystem
78 log_must zfs set sharenfs=off $filesystem
81 log_fail "File system $filesystem is shared (set sharenfs)."
H A Dzfs_unshare_002_pos.ksh87 typeset filesystem=$2
89 log_must zfs set sharenfs=off $filesystem
92 "filesystem $filesystem unshared."
100 log_mustnot zfs unshare $filesystem
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unshare/
H A Dzfs_unshare_001_pos.ksh97 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 Dzfs_unshare_003_pos.ksh78 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 Dzfs_unshare_002_pos.ksh95 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
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h44 typedef filesystem::path _Path;
94 _LIBCPP_HIDE_FROM_ABI bool exists() const { return filesystem::exists(file_status{__get_ft()}); } in exists()
97 return filesystem::exists(file_status{__get_ft(&__ec)}); in exists()
125 return filesystem::is_other(file_status{__get_ft(&__ec)}); in is_other()
293 if (__ec && !filesystem::exists(__st))
312 if (__ec && !filesystem::exists(__st))
357 return filesystem::__file_size(__p_, __ec);
363 if (filesystem::exists(__st) && !filesystem::is_regular_file(__st)) {
379 return filesystem::__hard_link_count(__p_, __ec);
397 return filesystem::__last_write_time(__p_, __ec);
[all …]
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_entry.cpp31 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()
/freebsd/sys/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)
/freebsd/tests/sys/cddl/zfs/tests/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)
/freebsd/sys/ufs/ufs/
H A DREADME.extattr15 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 DREADME.acls57 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
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md12 ### 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.
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem14 filesystem synopsis
16 namespace std::filesystem {
163 template<> struct hash<filesystem::path>;
177 explicit directory_entry(const filesystem::path& p);
184 void assign(const filesystem::path& p);
186 void replace_filename(const filesystem::path& p);
191 const filesystem::path& path() const noexcept;
192 operator const filesystem::path&() const noexcept;
235 filesystem::path pathobject; // exposition only
522 } // namespace std::filesystem
[all …]
/freebsd/sys/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)."

12345678910