Lines Matching refs:it
20 it. If source is a non-directory, lock it. If that means we need to
38 * If target exists, lock it. If source is a non-directory, lock
39 it. In case that means we need to lock both source and target,
59 the parent of object and it would have to lock the parent).
75 not contended, since any process blocked on it is not holding any locks.
83 Thus link creation can't be a part of deadlock - it can't be
84 blocked on source and it means that it doesn't hold any locks.
87 has a child that is also contended. Indeed, suppose that it is held by
110 source), such loop would have to contain these objects and the rest of it
118 While this locking scheme works for arbitrary DAGs, it relies on
122 not introduce a cycle will leave it a tree and link() fails for directories).
127 in is_subdir() that would make it work even in presence of such beasts.