Lines Matching refs:InodeSet

62 struct InodeSet {  struct
64 InodeSet() = default;
66 InodeSet(const InodeSet& other) { in InodeSet() argument
71 InodeSet(InodeSet&& other) { in InodeSet() function
76 InodeSet& operator=(const InodeSet& other) { in operator =() argument
82 InodeSet& operator=(InodeSet&& other) { in operator =() argument
88 InodeSet(InodeSet&& other) = default;
89 InodeSet& operator=(InodeSet&& other) = default;
91 InodeSet(const InodeSet& other) = delete;
92 InodeSet& operator=(const InodeSet& other) = delete;
135 static InodeSet OfList(const std::vector<Inode>& list) { in OfList() argument
136 InodeSet new_inode_set; in OfList()
243 friend std::ostream& operator<<(std::ostream& os, const InodeSet& s);
246 std::ostream& operator<<(std::ostream& os, const InodeSet& s) { in operator <<()
256 std::ostream& operator<<(std::ostream& os, const InodeSet::ValueRange& v) { in operator <<()
258 InodeSet::ValueRange& s = const_cast<InodeSet::ValueRange&>(v); in operator <<()
742 InodeSet inode_set;
799 initial->inode_set = InodeSet::OfList(inode_search_list); in SearchDirectoriesForMatchingInodes()
810 InodeSet* inodes = &search_state->inode_set; in SearchDirectoriesForMatchingInodes()
813 InodeSet::ValueRange inode_list = inodes->FindInodeList(dir_entry.d_ino); in SearchDirectoriesForMatchingInodes()
1042 InodeSet inode_set;
1082 initial->inode_set = InodeSet::OfList(inode_list); in FilterFilenamesForSpecificInodes()
1093 InodeSet* inodes = &filter_state->inode_set; in FilterFilenamesForSpecificInodes()
1096 InodeSet::ValueRange inode_list = inodes->FindInodeList(inode_result.inode.inode); in FilterFilenamesForSpecificInodes()