Home
last modified time | relevance | path

Searched refs:m_fs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp69 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...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h36 : 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
/freebsd/sys/fs/ext2fs/
H A Dext2_htree.c262 struct m_ext2fs *m_fs; in ext2_htree_find_leaf() local
277 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() local
368 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() local
685 m_fs = dp->i_e2fs; in ext2_htree_create_index()
686 blksize = m_fs->e2fs_bsize; in ext2_htree_create_index()
[all …]