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

123456789

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h276 std::unique_ptr<llvm::vfs::FileSystem> vfs; member in struct:lld::coff::Configuration
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp317 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS)
371 llvm::vfs::FileSystem *FS = &FM.getVirtualFileSystem();
431 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> ModifiedFS;
438 llvm::makeIntrusiveRefCnt<llvm::vfs::OverlayFileSystem>(BaseFS);
440 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>();
/freebsd-current/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp213 llvm::vfs::InMemoryFileSystem *MemFS) {
231 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
232 new llvm::vfs::InMemoryFileSystem);
508 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem(
509 new llvm::vfs::InMemoryFileSystem);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp336 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs = local
338 llvm::vfs::recursive_directory_iterator Iter(*vfs, buffer.str(), EC);
339 llvm::vfs::recursive_directory_iterator End;
341 llvm::ErrorOr<llvm::vfs::Status> Status = vfs->status(Iter->path());
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test-main.cc3 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h241 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS);
/freebsd-current/sys/fs/tarfs/
H A Dtarfs.h134 struct mount *vfs; member in struct:tarfs_mount
/freebsd-current/tools/boot/
H A Dci-qemu-test.sh50 vfs.root.mountfrom="msdosfs:/dev/$ROOTDEV"
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDarwinSDKInfo.h169 parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath);
H A DFileEntry.h35 namespace vfs { namespace in namespace:llvm
39 } // namespace vfs
316 mutable std::unique_ptr<llvm::vfs::File> File;
/freebsd-current/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>();
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcred.h31 #include <sys/vfs.h>
/freebsd-current/libexec/rc/
H A Drc.initdiskless156 dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null`
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp55 using namespace llvm::vfs;
378 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() {
383 std::unique_ptr<FileSystem> vfs::createPhysicalFileSystem() {
389 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl {
496 llvm::vfs::detail::DirIterImpl::~DirIterImpl() = default;
501 class CombiningDirIterImpl : public llvm::vfs::detail::DirIterImpl {
502 using FileSystemPtr = llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem>;
591 namespace vfs { namespace in namespace:llvm
1067 class InMemoryFileSystem::DirIterator : public llvm::vfs::detail::DirIterImpl {
1177 } // namespace vfs
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c34 #include <sys/vfs.h>
544 * found in the ZAP. Checks if the property has been changed in the vfs.
1470 vfs_t *vfs = NULL; local
1488 error = zfsvfs_parse_options(zm->mnt_data, &vfs);
1497 vfs->vfs_readonly = B_TRUE;
1499 error = zfsvfs_create(osname, vfs->vfs_readonly, &zfsvfs);
1501 zfsvfs_vfs_free(vfs);
1507 zfsvfs_vfs_free(vfs);
1511 vfs->vfs_data = zfsvfs;
1512 zfsvfs->z_vfs = vfs;
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp297 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> IMVFS =
298 std::make_unique<llvm::vfs::InMemoryFileSystem>();
299 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayVFS =
300 std::make_unique<llvm::vfs::OverlayFileSystem>(
301 llvm::vfs::getRealFileSystem());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h44 namespace vfs { namespace in namespace:llvm
46 } // namespace vfs
201 create(const Twine &Path, vfs::FileSystem &FS,
757 create(const Twine &Path, vfs::FileSystem &FS,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h37 namespace vfs { namespace in namespace:llvm
39 } // namespace vfs
592 IntrusiveRefCntPtr<vfs::FileSystem> FS);
671 IntrusiveRefCntPtr<vfs::FileSystem> FS);
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h412 llvm::vfs::FileSystem &getVirtualFileSystem() const;
672 createFileManager(IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/
H A DMakefile.am71 %D%/spl/sys/vfs.h \
/freebsd-current/sys/contrib/openzfs/lib/libspl/include/
H A DMakefile.am93 %D%/os/freebsd/sys/vfs.h \
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1094 int vfs; local
1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1123 if (slave_gid <= ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) % vfs))
1124 return ((MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs) + 1;
1125 return (MLX4_ROCE_MAX_GIDS - MLX4_ROCE_PF_GIDS) / vfs;
1133 int vfs; local
1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1161 if (slave_gid <= gids % vfs)
1162 return MLX4_ROCE_PF_GIDS + ((gids / vfs) + 1) * (slave_gid - 1);
1164 return MLX4_ROCE_PF_GIDS + (gids % vfs)
[all...]
/freebsd-current/contrib/netbsd-tests/fs/psshfs/
H A Dt_psshfs.sh55 if [ $(id -u) -ne 0 -a $(sysctl -n vfs.generic.usermount) -eq 0 ]
58 "(vfs.generic.usermount is set to 0)"
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c27 #include <sys/vfs.h>
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp132 clang::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) {

Completed in 342 milliseconds

123456789