Searched defs:InodeSet (Results 1 – 1 of 1) sorted by relevance
62 struct InodeSet { struct66 InodeSet(const InodeSet& other) { in InodeSet() argument71 InodeSet(InodeSet&& other) { in InodeSet() function76 InodeSet& operator=(const InodeSet& other) { in operator =()82 InodeSet& operator=(InodeSet&& other) { in operator =()95 struct ValueRange {122 auto/*observable<Inode>*/ IterateValues() const { in IterateValues()131 constexpr bool Empty() const { in Empty()135 static InodeSet OfList(const std::vector<Inode>& list) { in OfList()148 ValueRange FindInodeList(ino_t inode) { in FindInodeList()[all …]