Home
last modified time | relevance | path

Searched refs:ino_t (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/system/iorap/src/inode2filename/
H A Dinode.h34 using ino_t = unsigned long; variable
38 using ino_t = unsigned long long;
41 using ino_t = unsigned long;
106 static constexpr Inode FromDeviceAndInode(dev_t dev, ino_t inode) { in FromDeviceAndInode()
114 constexpr ino_t GetInode() const { in GetInode()
115 return static_cast<ino_t>(inode); in GetInode()
H A Dsearch_directories.cc112 std::unordered_multimap<ino_t, Inode>::iterator begin_, end_;
124 [](const std::pair<const ino_t, Inode>& pair) { in IterateValues() argument
137 std::unordered_multimap<ino_t, Inode>* map = &new_inode_set.set_; in OfList()
148 ValueRange FindInodeList(ino_t inode) { in FindInodeList()
164 [&](const std::pair<ino_t, Inode>& pair) { in FindAndRemoveInodeInList() argument
241 std::unordered_multimap<ino_t, Inode> set_; // TODO: Rename to map_.
303 static constexpr ino_t kInvalidIno = std::numeric_limits<ino_t>::max();
309 ino_t d_ino{kInvalidIno};
327 DirectoryEntry(std::string filename, ino_t d_ino, unsigned char d_type) noexcept in DirectoryEntry()
514 static_cast<ino_t>(dp->d_ino), in ReadDirectoryEntriesFromDirectoryPath()
[all …]
H A Dinode.cc85 static_assert(std::is_same_v<iorap::inode2filename::ino_t, ino_t>);
/aosp12/system/libprocinfo/include/procinfo/
H A Dprocess_map.h38 ino_t inode;
42 MapInfo(uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in MapInfo()
64 ino_t inode, const char* name, bool shared)> MapInfoParamsCallback;
93 uint64_t& pgoff, ino_t& inode, char** name, bool& shared, char** next_line) { in ParseMapsFileLine()
180 ino_t inode; in ReadMapFileContent()
204 ino_t inode; in ReadMapFileContent()
/aosp12/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
H A Ddmabufinfo.h32 DmaBuffer(ino_t inode, uint64_t size, uint64_t count, const std::string& exporter, in DmaBuffer()
56 ino_t inode() const { return inode_; } in inode()
73 ino_t inode_;
/aosp12/bionic/tests/headers/posix/
H A Ddirent_h.c40 STRUCT_MEMBER(struct dirent, ino_t, d_ino); in dirent_h()
44 TYPE(ino_t); in dirent_h()
H A Dsys_stat_h.c43 STRUCT_MEMBER(struct stat, ino_t, st_ino); in sys_stat_h()
95 TYPE(ino_t); in sys_stat_h()
H A Dsys_types_h.c43 TYPE(ino_t); in sys_types_h()
/aosp12/frameworks/base/startop/scripts/iorap/lib/
H A Dinode2filename.py69 def resolve(self, dev_t: int, ino_t: int) -> Optional[str]:
75 maybe_result = self._inode_table.get((dev_t, ino_t))
/aosp12/frameworks/native/cmds/installd/
H A Dutils.h57 userid_t user, const char* package_name, ino_t ce_data_inode);
72 userid_t user, int32_t snapshot_id, const char* package_name, ino_t ce_rollback_inode);
136 int get_path_inode(const std::string& path, ino_t *inode);
H A Dutils.cpp77 ino_t ce_data_inode, const std::string& fallback) { in resolve_ce_path_by_inode_or_fallback()
132 const char* package_name, ino_t ce_data_inode) { in create_data_user_ce_package_path()
218 userid_t user, int32_t snapshot_id, const char* package_name, ino_t ce_rollback_inode) { in create_data_misc_ce_rollback_package_path()
727 int get_path_inode(const std::string& path, ino_t *inode) { in get_path_inode()
745 ino_t inode = 0; in write_path_inode()
780 ino_t inode = 0; in read_path_inode()
/aosp12/packages/providers/MediaProvider/jni/
H A Dnode-inl.h131 const int transforms_reason, std::recursive_mutex* lock, ino_t ino, in Create()
143 static node* CreateRoot(const std::string& path, std::recursive_mutex* lock, ino_t ino, in CreateRoot()
365 static const node* LookupInode(const node* root, ino_t ino);
370 const int transforms_reason, std::recursive_mutex* lock, ino_t ino, NodeTracker* tracker) in node()
537 const ino_t ino_;
H A Dnode.cpp96 const node* node::LookupInode(const node* root, ino_t ino) { in LookupInode()
/aosp12/system/libbase/
H A Dcmsg_test.cpp30 static ino_t GetInode(int fd) { in GetInode()
66 ino_t ino1;
67 ino_t ino2;
/aosp12/bionic/libc/include/sys/
H A Dstat.h46 ino_t st_ino; \
66 ino_t st_ino; \
H A Dtypes.h70 typedef __ino_t ino_t; typedef
/aosp12/system/libprocinfo/
H A Dprocess_map_test.cpp73 TestMapInfo(uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in TestMapInfo()
82 ino_t inode = 0;
95 auto callback = [&](uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in VerifyReadMapFileAsyncSafe()
/aosp12/bionic/libc/bionic/
H A Drealpath.cpp61 ino_t st_ino = sb.st_ino; in realpath()
/aosp12/bionic/tests/
H A Dmalloc_iterate_test.cpp98 auto callback = [&](uint64_t start, uint64_t end, uint16_t, uint64_t, ino_t, const char* name, in VerifyPtrs()
196 auto callback = [&](uint64_t start, uint64_t end, uint16_t, uint64_t, ino_t, const char* name, in TEST()
/aosp12/system/memory/libmemunreachable/
H A DProcessMappings.cpp34 void operator()(uint64_t start, uint64_t end, uint16_t flags, uint64_t, ino_t, const char* name, in operator ()()
/aosp12/system/memory/libmeminfo/libdmabufinfo/tools/
H A Ddmabuf_dump.cpp137 std::unordered_map<pid_t, std::set<ino_t>> pid_to_inodes = {}; in PrintDmaBufPerProcess()
150 std::unordered_map<ino_t, DmaBuffer> inode_to_dmabuf; in PrintDmaBufPerProcess()
/aosp12/bionic/libc/include/
H A Dfts.h80 ino_t fts_ino; /* inode */
H A Ddirent.h61 #define __DIRENT64_INO_T ino_t
/aosp12/bionic/linker/
H A Dlinker_soinfo.h261 ino_t get_st_ino() const;
378 ino_t st_ino_;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcoda.h32 typedef u_long ino_t; typedef
221 ino_t inode;

12