Home
last modified time | relevance | path

Searched refs:VFS (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_expand/
H A Dzpool_expand_002_pos.ksh70 if datasetexists $VFS/vol$i; then
71 log_must $ZFS destroy $VFS/vol$i
81 log_must $ZFS create -V $org_size $VFS/vol$i
86 /dev/zvol/$VFS/vol1 \
87 /dev/zvol/$VFS/vol2 \
88 /dev/zvol/$VFS/vol3
98 log_must $ZFS set volsize=$exp_size $VFS/vol$i
102 log_must $ZPOOL online -e $TESTPOOL1 /dev/zvol/$VFS/vol$i
137 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_003_neg.ksh69 if datasetexists $VFS/vol$i; then
70 log_must $ZFS destroy $VFS/vol$i
80 log_must $ZFS create -V $org_size $VFS/vol$i
85 /dev/zvol/$VFS/vol1 \
86 /dev/zvol/$VFS/vol2 \
87 /dev/zvol/$VFS/vol3
97 log_must $ZFS set volsize=$exp_size $VFS/vol$i
123 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand_001_pos.ksh69 if datasetexists $VFS/vol$i; then
70 log_must $ZFS destroy $VFS/vol$i
80 log_must $ZFS create -V $org_size $VFS/vol$i
86 /dev/zvol/$VFS/vol1 \
87 /dev/zvol/$VFS/vol2 \
88 /dev/zvol/$VFS/vol3
98 log_must $ZFS set volsize=$exp_size $VFS/vol$i
133 log_must $ZFS set volsize=$org_size $VFS/vol$i
H A Dzpool_expand.cfg39 VFS=$TESTPOOL/$TESTFS
40 export VFS
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDistro.cpp21 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro() argument
23 VFS.getBufferForFile("/etc/lsb-release"); in DetectDistro()
60 File = VFS.getBufferForFile("/etc/redhat-release"); in DetectDistro()
78 File = VFS.getBufferForFile("/etc/debian_version"); in DetectDistro()
109 File = VFS.getBufferForFile("/etc/SuSE-release"); in DetectDistro()
132 if (VFS.exists("/etc/exherbo-release")) in DetectDistro()
135 if (VFS.exists("/etc/alpine-release")) in DetectDistro()
138 if (VFS.exists("/etc/arch-release")) in DetectDistro()
141 if (VFS.exists("/etc/gentoo-release")) in DetectDistro()
147 Distro::Distro(llvm::vfs::FileSystem &VFS) : DistroVal(DetectDistro(VFS)) {} in Distro() argument
H A DDarwinSDKInfo.cpp20 driver::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo() argument
24 VFS.getBufferForFile(Filepath); in parseDarwinSDKInfo()
H A DDriver.cpp95 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in Driver() argument
96 : Opts(createDriverOptTable()), Diags(Diags), VFS(std::move(VFS)), in Driver()
108 if (!this->VFS) in Driver()
109 this->VFS = llvm::vfs::getRealFileSystem(); in Driver()
1334 SmallString<128> VFS; in generateCompilationDiagnostics() local
1347 VFS = llvm::sys::path::filename(TempFile); in generateCompilationDiagnostics()
1348 llvm::sys::path::append(VFS, "vfs", "vfs.yaml"); in generateCompilationDiagnostics()
1353 CrashReportInfo CrashInfo(TempFiles[0], VFS); in generateCompilationDiagnostics()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp61 new llvm::vfs::OverlayFileSystem(VFS)); in createVFSOverlayForPreamblePCH()
236 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build() argument
239 assert(VFS && "VFS is null"); in Build()
312 VFS = in Build()
492 configurePreamble(Bounds, CI, VFS, MainFileBuffer); in AddImplicitPreamble()
499 configurePreamble(Bounds, CI, VFS, MainFileBuffer); in OverridePreamble()
684 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble() argument
686 assert(VFS); in configurePreamble()
714 if (VFS == RealFS || VFS->exists(PCHPath)) in setupPreambleStorage()
726 VFS = createVFSOverlayForPreamblePCH(PCHPath, std::move(*Buf), VFS); in setupPreambleStorage()
[all …]
H A DASTUnit.cpp167 auto FileStatus = VFS->status(FilePath); in getBufferForFileHandlingRemapping()
174 auto MPathStatus = VFS->status(MPath); in getBufferForFileHandlingRemapping()
1088 if (OldVFS != VFS && FileMgr) { in Parse()
1098 if (FileMgr && VFS) { in Parse()
1101 } else if (VFS) { in Parse()
1102 Clang->setVirtualFileSystem(VFS); in Parse()
1301 VFS.get())) { in getMainBufferWithPrecompiledPreamble()
1638 assert(VFS && "VFS is null"); in LoadFromCompilerInvocation()
1757 if (!VFS) in LoadFromCommandLine()
1759 VFS = createVFSFromCompilerInvocation(*CI, *Diags, VFS); in LoadFromCommandLine()
[all …]
H A DCreateInvocationFromCommandLine.cpp35 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createInvocationFromCommandLine() argument
49 *Diags, VFS); in createInvocationFromCommandLine()
H A DCompilerInstance.cpp306 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in createFileManager() local
308 setVirtualFileSystem(VFS); in createFileManager()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h83 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
102 llvm::vfs::FileSystem *VFS) const;
113 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
120 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
236 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS,
245 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS);
H A DASTUnit.h367 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
372 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild = true,
710 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS);
826 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
841 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
H A DUtils.h201 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h63 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
283 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
297 llvm::vfs::FileSystem &getVFS() const { return *VFS; } in getVFS()
H A DDarwinSDKInfo.h36 Expected<Optional<DarwinSDKInfo>> parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS,
H A DDistro.h85 explicit Distro(llvm::vfs::FileSystem &VFS);
/freebsd-12.1/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dexports9 # but this is enough for the current VFS level tests.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp79 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver() argument
82 *Diagnostics, std::move(VFS)); in newDriver()
158 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs() argument
166 new FileManager(FileSystemOptions(), VFS)); in runToolOnCodeWithArgs()
/freebsd-12.1/share/dict/
H A Dfreebsd206 VFS
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp827 llvm::vfs::FileSystem &VFS; member in __anone1a2aaf10111::FilterNonExistent
830 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent() argument
831 : Base(Base), File(File), VFS(VFS) {} in FilterNonExistent()
833 return !VFS.exists(Base + M.gccSuffix() + File); in operator ()()
980 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs() argument
1008 if (VFS.exists(Path + "/mips-r6")) in findMipsAndroidMultilibs()
1010 else if (VFS.exists(Path + "/32")) in findMipsAndroidMultilibs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h193 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,
/freebsd-12.1/share/doc/smm/01.setup/
H A Dspell.ok194 VFS
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dgeom.subr58 setvar GEOM_CLASS_VFS "VFS"
/freebsd-12.1/sys/kern/
H A Dvnode_if.src705 # unused, slot kept for VFS KBI stability

12