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

123456789

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp161 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp48 static bool canExecute(llvm::vfs::FileSystem &VFS, StringRef Path) {
H A DClang.cpp417 const llvm::vfs::FileSystem &VFS) {
971 llvm::ErrorOr<llvm::vfs::Status> Status = D.getVFS().status(Path);
977 for (llvm::vfs::directory_iterator DI = D.getVFS().dir_begin(Path, EC), DE;
3888 llvm::sys::path::append(VFSDir, "vfs");
H A DDarwin.cpp2160 std::optional<DarwinSDKInfo> parseSDKSettings(llvm::vfs::FileSystem &VFS,
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c37 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3923 loadAndParseConfigFile(StringRef ConfigFile, llvm::vfs::FileSystem *FS,
3936 StringRef Code, llvm::vfs::FileSystem *FS,
3963 FS = llvm::vfs::getRealFileSystem().get();
/freebsd-current/sys/kern/
H A Dsys_pipe.c248 SYSINIT(vfs, SI_SUB_VFS, SI_ORDER_ANY, pipeinit, NULL);
H A Dsubr_vmem.c823 SYSINIT(vfs, SI_SUB_CONFIGURE, SI_ORDER_ANY, vmem_start_callout, NULL);
H A Dvfs_subr.c795 SYSINIT(vfs, SI_SUB_VFS, SI_ORDER_FIRST, vntblinit, NULL);
3741 * Only use this routine if vfs smr is the only protection you have against
/freebsd-current/usr.sbin/mountd/
H A Dmountd.c555 if (sysctlbyname("vfs.nfsd.nfs_privport", NULL, NULL,
2056 error = sysctlbyname("vfs.nfsd.server_max_nfsvers",
2060 syslog(LOG_ERR, "sysctlbyname(vfs.nfsd."
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp961 vfs::FileSystem &FS, ArrayRef<StringRef> Arches, StringRef CompilationDir,
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1376 auto FS = vfs::getRealFileSystem();
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp194 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS)
208 this->VFS = llvm::vfs::getRealFileSystem();
1817 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
6614 llvm::vfs::FileSystem *FS) {
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c33 #include <sys/vfs.h>
H A Dzfs_znode.c41 #include <sys/vfs.h>
H A Dzfs_vfsops.c40 #include <sys/vfs.h>
2250 * Return true if the corresponding vfs's unmounted flag is set.
H A Dzfs_vnops_os.c38 #include <sys/vfs.h>
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c36 #include <sys/vfs.h>
H A Dzfs_acl.c32 #include <sys/vfs.h>
2434 * can pass along to the kernel / vfs generic_permission() check, which
H A Dzfs_vnops_os.c37 #include <sys/vfs.h>
/freebsd-current/contrib/sendmail/src/
H A Dconf.c3348 #define SFS_VFS 3 /* use <sys/vfs.h> implementation */
3364 # include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp869 // FIXME: should we propagate vfs::FileSystem to this constructor?
871 SpecialCaseList::createOrDie(AllABIListFiles, *vfs::getRealFileSystem()));
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10067 llvm::vfs::FileSystem &FS =
10119 !EC && It != llvm::vfs::directory_iterator(); It.increment(EC)) {
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp330 IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS,

Completed in 712 milliseconds

123456789