Searched refs:vfs (Results 1 - 25 of 224) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h52 get(StringRef Path, llvm::vfs::Status &Status, bool isFile,
53 std::unique_ptr<llvm::vfs::File> *F,
54 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS);
58 // unique_ptr. std::optional<unique_ptr<vfs::File>&> might be nicer, but
60 virtual std::error_code getStat(StringRef Path, llvm::vfs::Status &Status,
62 std::unique_ptr<llvm::vfs::File> *F,
63 llvm::vfs::FileSystem &FS) = 0;
72 llvm::StringMap<llvm::vfs::Status, llvm::BumpPtrAllocator> StatCalls;
75 llvm::StringMap<llvm::vfs::Status,
81 std::error_code getStat(StringRef Path, llvm::vfs
[all...]
H A DSanitizerSpecialCaseList.h25 namespace vfs { namespace in namespace:llvm
35 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS,
40 llvm::vfs::FileSystem &VFS);
H A DFileManager.h54 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS;
120 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,
122 std::unique_ptr<llvm::vfs::File> *F);
135 /// llvm::vfs::getRealFileSystem().
137 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS = nullptr);
245 llvm::vfs::FileSystem &getVirtualFileSystem() const { return *FS; }
246 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>
251 void setVirtualFileSystem(IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) {
300 llvm::vfs::Status &Result);
/freebsd-current/tools/test/stress2/misc/
H A Dlookup_shared.sh30 [ -z "`sysctl -in vfs.lookup_shared`" ] && exit 0
32 saved=`sysctl vfs.lookup_shared | awk '{print $NF}'`
33 trap "sysctl vfs.lookup_shared=$saved" EXIT INT
36 sysctl vfs.lookup_shared=0
H A Daltbufferflushes.sh82 tresh=`sysctl vfs.dirtybufthresh | awk '{print $NF}'`
83 sysctl vfs.dirtybufthresh=10
87 old=`sysctl vfs.altbufferflushes | awk '{print $NF}'`
94 new=`sysctl vfs.altbufferflushes | awk '{print $NF}'`
95 [ $new -ne $old ] && echo "vfs.altbufferflushes changed from $old to $new."
97 sysctl vfs.dirtybufthresh=$tresh
H A Dtmpfs3.sh41 (cd ..; ./run.sh vfs.cfg)
H A Dvnodes.sh43 old=`sysctl -n vfs.numvnodes`
45 new=`sysctl -n vfs.numvnodes`
/freebsd-current/libexec/rc/rc.d/
H A Dnfsd30 # Load the modules now, so that the vfs.nfsd sysctl
35 if ! sysctl vfs.nfsd.srvmaxio=${nfs_server_maxio} >/dev/null; then
42 sysctl vfs.nfsd.nfs_privport=1 > /dev/null
44 sysctl vfs.nfsd.nfs_privport=0 > /dev/null
52 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
55 sysctl vfs.nfsd.server_max_nfsvers=3 > /dev/null
H A Dnfsclient26 if ! sysctl vfs.nfs.access_cache_timeout=${nfs_access_cache} >/dev/null; then
31 if ! sysctl vfs.nfs.bufpackets=${nfs_bufpackets} > /dev/null; then
32 warn "failed to set vfs.nfs.bufpackets"
H A Dmountd25 # Load the modules now, so that the vfs.nfsd sysctl
33 sysctl vfs.nfsd.server_min_nfsvers=4 > /dev/null
34 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
39 sysctl vfs.nfsd.server_max_nfsvers=4 > /dev/null
41 sysctl vfs.nfsd.server_max_nfsvers=3 > /dev/null
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dmount.h35 #include <sys/vfs.h>
/freebsd-current/tests/sys/vfs/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/sys/vfs
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status,
35 bool isFile, std::unique_ptr<llvm::vfs::File> *F,
37 llvm::vfs::FileSystem &FS) {
47 llvm::ErrorOr<llvm::vfs::Status> StatusOrErr = FS.status(Path);
70 llvm::ErrorOr<llvm::vfs::Status> StatusOrErr = (*OwnedFile)->status();
102 MemorizeStatCalls::getStat(StringRef Path, llvm::vfs::Status &Status,
104 std::unique_ptr<llvm::vfs::File> *F,
105 llvm::vfs::FileSystem &FS) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h39 virtual llvm::vfs::directory_iterator
41 IntrusiveRefCntPtr<vfs::FileSystem> FS,
109 static IntrusiveRefCntPtr<vfs::FileSystem>
110 createCollectorVFS(IntrusiveRefCntPtr<vfs::FileSystem> BaseFS,
126 llvm::vfs::directory_iterator
128 IntrusiveRefCntPtr<vfs::FileSystem> FS,
138 vfs::YAMLVFSWriter VFSWriter;
H A DPGOOptions.h22 namespace vfs { namespace in namespace:llvm
24 } // namespace vfs
32 IntrusiveRefCntPtr<vfs::FileSystem> FS,
50 IntrusiveRefCntPtr<vfs::FileSystem> FS;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h34 namespace vfs { namespace in namespace:llvm
36 } // namespace vfs
44 IntrusiveRefCntPtr<vfs::FileSystem> FS = nullptr);
52 IntrusiveRefCntPtr<vfs::FileSystem> FS;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemProfiler.h22 namespace vfs { namespace in namespace:llvm
24 } // namespace vfs
52 IntrusiveRefCntPtr<vfs::FileSystem> FS = nullptr);
57 IntrusiveRefCntPtr<vfs::FileSystem> FS;
H A DSanitizerCoverage.h41 *vfs::getRealFileSystem());
44 *vfs::getRealFileSystem());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsDriver/
H A DMSVCPaths.h20 namespace vfs { namespace in namespace:llvm
64 llvm::vfs::FileSystem &VFS);
67 bool getWindowsSDKDir(vfs::FileSystem &VFS,
75 bool getUniversalCRTSdkDir(vfs::FileSystem &VFS,
83 vfs::FileSystem &VFS, std::optional<llvm::StringRef> VCToolsDir,
89 bool findVCToolChainViaEnvironment(vfs::FileSystem &VFS, std::string &Path,
99 findVCToolChainViaSetupConfig(vfs::FileSystem &VFS,
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_setquota.sh78 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s10k/20 -h40M/50k \
83 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -${q} -v
86 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -${q} /mnt
93 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s10k/20 -h40M/50k ${id}
97 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -${q} -v
100 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt repquota -${q} /mnt
134 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s10k/20 -h40M/50k \
139 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -${q} -v ${id}
146 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s10k/20 -h40M/50k ${id}
150 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs
[all...]
H A Dt_clearquota.sh70 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s10k/20 -h40M/50k \
75 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -${q} -v ${id}
80 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -c ${id}
88 env LD_PRELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt quota -${q} -v ${id}
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h64 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat)
70 CachedFileSystemEntry(llvm::ErrorOr<llvm::vfs::Status> Stat,
108 llvm::vfs::Status getStatus() const {
130 MaybeStat = llvm::vfs::Status::copyWithNewName(*MaybeStat, "");
135 llvm::ErrorOr<llvm::vfs::Status> MaybeStat;
183 llvm::ErrorOr<llvm::vfs::Status> Stat);
189 getOrEmplaceEntryForUID(llvm::sys::fs::UniqueID UID, llvm::vfs::Status Stat,
249 llvm::vfs::Status getStatus() const {
250 llvm::vfs::Status Stat = Entry.getStatus();
252 Stat = llvm::vfs
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dcleanup.ksh47 log_must sysctl vfs.usermount=0
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS,
46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRSampleProfile.h30 namespace vfs { namespace in namespace:llvm
32 } // namespace vfs
50 IntrusiveRefCntPtr<vfs::FileSystem> FS = nullptr);

Completed in 663 milliseconds

123456789