Home
last modified time | relevance | path

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

/system/iorap/src/inode2filename/
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()
Dinode.cc85 static_assert(std::is_same_v<iorap::inode2filename::ino_t, ino_t>);
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
208 [&](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()
[all …]
Ddata_source.cc147 static_cast<ino_t>(inode_number)); in EmitInodes()
/system/libprocinfo/include/procinfo/
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()
/system/memory/libmeminfo/libdmabufinfo/include/dmabufinfo/
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_;
/system/libbase/
Dcmsg_test.cpp30 static ino_t GetInode(int fd) { in GetInode()
66 ino_t ino1;
67 ino_t ino2;
/system/memory/libmemunreachable/
DProcessMappings.cpp34 void operator()(uint64_t start, uint64_t end, uint16_t flags, uint64_t, ino_t, const char* name, in operator ()()
/system/libprocinfo/
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()
/system/memory/libmeminfo/libdmabufinfo/tools/
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()
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp277 dmabufs->emplace_back((ino_t)inode, size, count, exporter_name, matched > 4 ? name : ""); in ReadDmaBufInfo()
/system/iorap/src/compiler/
Dcompiler.cc224 static_cast<ino_t>(i_ino)); in inode()
437 static_cast<ino_t>(event.i_ino)); in SelectDistinctInodesFromTraces()
/system/memory/libmeminfo/
Dprocmeminfo.cpp228 uint64_t pgoff, ino_t inode, const char* name, bool shared) { in ForEachVmaFromMaps()