Searched refs:InodeSet (Results 1 – 1 of 1) sorted by relevance
62 struct InodeSet { struct64 InodeSet() = default;66 InodeSet(const InodeSet& other) { in InodeSet() argument71 InodeSet(InodeSet&& other) { in InodeSet() argument76 InodeSet& operator=(const InodeSet& other) { in operator =() argument82 InodeSet& operator=(InodeSet&& other) { in operator =() argument88 InodeSet(InodeSet&& other) = default;89 InodeSet& operator=(InodeSet&& other) = default;91 InodeSet(const InodeSet& other) = delete;92 InodeSet& operator=(const InodeSet& other) = delete;[all …]