/aosp12/system/iorap/src/inode2filename/ |
H A D | inode.h | 34 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 D | search_directories.cc | 112 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 D | inode.cc | 85 static_assert(std::is_same_v<iorap::inode2filename::ino_t, ino_t>);
|
/aosp12/system/libprocinfo/include/procinfo/ |
H A D | process_map.h | 38 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 D | dmabufinfo.h | 32 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 D | dirent_h.c | 40 STRUCT_MEMBER(struct dirent, ino_t, d_ino); in dirent_h() 44 TYPE(ino_t); in dirent_h()
|
H A D | sys_stat_h.c | 43 STRUCT_MEMBER(struct stat, ino_t, st_ino); in sys_stat_h() 95 TYPE(ino_t); in sys_stat_h()
|
H A D | sys_types_h.c | 43 TYPE(ino_t); in sys_types_h()
|
/aosp12/frameworks/base/startop/scripts/iorap/lib/ |
H A D | inode2filename.py | 69 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 D | utils.h | 57 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 D | utils.cpp | 77 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 D | node-inl.h | 131 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 D | node.cpp | 96 const node* node::LookupInode(const node* root, ino_t ino) { in LookupInode()
|
/aosp12/system/libbase/ |
H A D | cmsg_test.cpp | 30 static ino_t GetInode(int fd) { in GetInode() 66 ino_t ino1; 67 ino_t ino2;
|
/aosp12/bionic/libc/include/sys/ |
H A D | stat.h | 46 ino_t st_ino; \ 66 ino_t st_ino; \
|
H A D | types.h | 70 typedef __ino_t ino_t; typedef
|
/aosp12/system/libprocinfo/ |
H A D | process_map_test.cpp | 73 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 D | realpath.cpp | 61 ino_t st_ino = sb.st_ino; in realpath()
|
/aosp12/bionic/tests/ |
H A D | malloc_iterate_test.cpp | 98 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 D | ProcessMappings.cpp | 34 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 D | dmabuf_dump.cpp | 137 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 D | fts.h | 80 ino_t fts_ino; /* inode */
|
H A D | dirent.h | 61 #define __DIRENT64_INO_T ino_t
|
/aosp12/bionic/linker/ |
H A D | linker_soinfo.h | 261 ino_t get_st_ino() const; 378 ino_t st_ino_;
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | coda.h | 32 typedef u_long ino_t; typedef 221 ino_t inode;
|