Lines Matching full:would
79 the parent of object and it would have to lock the parent).
112 Otherwise the set of contended objects would be infinite - each of them
113 would have a contended child and we had assumed that no object is its
119 would again have an infinite set of contended objects). But that
130 source), such loop would have to contain these objects and the rest of it
131 would have to exist before rename(). I.e. at the moment of loop creation
132 rename() responsible for that would be holding filesystem lock and new parent
133 would have to be equal to or a descendent of source. But that means that
135 we had acquired filesystem lock and rename() would fail with -ELOOP in that
141 also preserved by all operations (cross-directory rename on a tree that would
147 in is_subdir() that would make it work even in presence of such beasts.