Searched defs:Inode (Results 1 – 2 of 2) sorted by relevance
83 struct Inode { struct89 static bool Parse(const std::string& str, /*out*/Inode* out, /*out*/std::string* error_msg); argument102 constexpr Inode(size_t device_major, size_t device_minor, size_t inode) in Inode() argument106 static constexpr Inode FromDeviceAndInode(dev_t dev, ino_t inode) { in FromDeviceAndInode() argument114 constexpr ino_t GetInode() const { in GetInode() argument119 inline std::ostream& operator<<(std::ostream& os, const Inode& inode) { argument
48 using Inode = iorap::inode2filename::Inode; typedef