Searched refs:m_fs (Results 1 – 3 of 3) sorted by relevance
69 return m_fs->dir_begin(dir, ec); in DirBegin() 81 return m_fs->status(path); in GetStatus() 92 ErrorOr<vfs::Status> status = m_fs->status(path); in GetModificationTime() 105 ErrorOr<vfs::Status> status = m_fs->status(path); in GetByteSize() 129 ErrorOr<vfs::Status> status = m_fs->status(path); in GetPermissions() 137 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() 152 ErrorOr<vfs::Status> status = m_fs->status(path); in IsDirectory() 164 m_fs->isLocal(path, b); in IsLocal() 177 vfs::recursive_directory_iterator Iter(*m_fs, path, EC); in EnumerateDirectory() 181 ErrorOr<vfs::Status> Status = m_fs in EnumerateDirectory() [all...]
36 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()39 : m_fs(std::move(fs)), in FileSystem()42 : m_fs(llvm::vfs::getRealFileSystem()), in FileSystem()202 return m_fs; in GetVirtualFileSystem()209 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> m_fs; variable
262 struct m_ext2fs *m_fs; in ext2_htree_find_leaf() local277 m_fs = ip->i_e2fs; in ext2_htree_find_leaf()292 hash_version += m_fs->e2fs_uhash; in ext2_htree_find_leaf()334 ext2_htree_get_block(found) * m_fs->e2fs_bsize, in ext2_htree_find_leaf()359 struct m_ext2fs *m_fs; in ext2_htree_lookup() local368 m_fs = ip->i_e2fs; in ext2_htree_lookup()369 bsize = m_fs->e2fs_bsize; in ext2_htree_lookup()672 struct m_ext2fs *m_fs; in ext2_htree_create_index() local685 m_fs = dp->i_e2fs; in ext2_htree_create_index()686 blksize = m_fs->e2fs_bsize; in ext2_htree_create_index()[all …]