Searched refs:InodeSet (Results 1 – 1 of 1) sorted by relevance
60 struct InodeSet { struct101 static InodeSet OfList(const std::vector<Inode>& list) { in OfList() argument102 InodeSet new_inode_set; in OfList()182 friend std::ostream& operator<<(std::ostream& os, const InodeSet& s);185 std::ostream& operator<<(std::ostream& os, const InodeSet& s) { in operator <<()195 std::ostream& operator<<(std::ostream& os, const InodeSet::ValueRange& v) { in operator <<()197 InodeSet::ValueRange& s = const_cast<InodeSet::ValueRange&>(v); in operator <<()680 InodeSet inode_set;731 initial.inode_set = InodeSet::OfList(inode_search_list); in SearchDirectoriesForMatchingInodes()741 InodeSet* inodes = &search_state.inode_set; in SearchDirectoriesForMatchingInodes()[all …]