Lines Matching refs:directories
49 are non-directories - the source because it wouldn't need to be locked
63 * lock the non-directories involved (exclusive), in inode pointer order.
65 The rules above obviously guarantee that all directories that are going
140 * rank ->i_rwsem of non-directories on given filesystem in inode pointer
142 * put ->i_rwsem of all directories on a filesystem at the same rank,
152 2. ->i_rwsem of directories on that NFS filesystem, same rank for all
153 3. ->i_rwsem of non-directories on that filesystem, in order of
156 5. ->i_rwsem of directories on the local filesystem, same rank for all
157 6. ->i_rwsem of non-directories on local filesystem, in order of
169 i.e. they all will be ->i_rwsem of directories on the same filesystem.
175 and the same number of directories (D1,...,Dn) such that
208 cross-directory rename does not get to locking any directories until it
209 has acquired filesystem lock and verified that directories involved have
213 Consider the order in which directories are locked by the
246 distant ancestor. Add a bunch of rmdir() attempts on all directories
281 not introduce a cycle will leave it a tree and link() fails for directories).