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

123456789

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp113 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
141 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h52 namespace vfs { namespace in namespace:llvm
54 } // namespace vfs
880 vfs::FileSystem &FS, ArrayRef<StringRef> Arches = std::nullopt,
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c1889 vf = &(pf->vfs[i]);
1963 vf = &(pf->vfs[i]);
1998 * Called from interrupt handler to identify possibly malicious vfs
2279 vf = &pf->vfs[i];
2281 ixl_update_eth_stats(&pf->vfs[i].vsi);
3693 vf = &pf->vfs[i];
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp995 llvm::vfs::FileSystem &VFS;
998 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS)
1143 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path,
2387 for (llvm::vfs::directory_iterator LI = D.getVFS().dir_begin(PrefixDir, EC),
2930 for (llvm::vfs::directory_iterator
H A DCuda.cpp233 for (llvm::vfs::directory_iterator LI = FS.dir_begin(LibDevicePath, EC),
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1959 vfs::FileSystem &FS,
2146 IntrusiveRefCntPtr<vfs::FileSystem> VFS)
2155 FS = vfs::getRealFileSystem();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp518 IntrusiveRefCntPtr<vfs::FileSystem> FS,
2696 IntrusiveRefCntPtr<vfs::FileSystem> FS)
2716 FS = vfs::getRealFileSystem();
/freebsd-current/targets/pseudo/tests/
H A DMakefile.depend264 tests/sys/vfs \
/freebsd-current/stand/lua/
H A Dmenu.lua56 loader.setenv("vfs.root.mountfrom", env)
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp779 IntrusiveRefCntPtr<vfs::FileSystem> FS) {
819 std::string ProfileRemappingFile, IntrusiveRefCntPtr<vfs::FileSystem> FS) {
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp490 auto FS = vfs::getRealFileSystem();
906 NameFilterFiles, *vfs::getRealFileSystem(), SpecialCaseListErr);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c32 #include <sys/vfs.h>
H A Dzfs_ctldir.c79 #include <sys/vfs.h>
H A Dzpl_inode.c33 #include <sys/vfs.h>
H A Dzpl_xattr.c84 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp241 auto FS = vfs::getRealFileSystem();
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp322 llvm::vfs::FileSystem &VFS) {
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1125 llvm::vfs::FileSystem &FS = FileMgr.getVirtualFileSystem();
1126 for (llvm::vfs::directory_iterator
2569 llvm::vfs::FileSystem &FS =
2571 for (llvm::vfs::recursive_directory_iterator I(FS, Dir->getName(), EC), E;
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vnops.c287 error = VFS_VGET(tmp->vfs, tnp->ino, cnp->cn_lkflags, vpp);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_log.c35 #include <sys/vfs.h>
H A Dzfs_replay.c36 #include <sys/vfs.h>
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_dir.c34 #include <sys/vfs.h>
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c73 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2333 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
2334 new llvm::vfs::InMemoryFileSystem);
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dzfsboot72 # Should we use sysctl(8) vfs.zfs.min_auto_ashift=12 to force 4K sectors?
225 SYSCTL_ZFS_MIN_ASHIFT_12='sysctl vfs.zfs.min_auto_ashift=12'
259 msg_force_4k_sectors_help="Align partitions to 4K sector boundries and set vfs.zfs.min_auto_ashift=12"
1185 # Force 4K sectors using vfs.zfs.min_auto_ashift=12
1467 vfs.root.mountfrom \
1503 'vfs.zfs.min_auto_ashift=12' \

Completed in 379 milliseconds

123456789