Lines Matching full:held
252 * the child's ->d_lock is held
289 ->statfs() is now called without BKL held. BKL should have been
342 inode->i_lock held and it returns true if filesystems wants the inode to be
484 You must also keep in mind that ->fsync() is not called with i_mutex held
553 called with both ->i_lock and inode_hash_lock held; the former is *not*
555 of the in-tree instances did). inode_hash_lock is still held,
783 so the caller needs to drop the inode reference it held.
948 mmap_lock held. All in-tree users have been audited and do not seem to
949 depend on the mmap_lock being held, but out of tree users should verify
951 be called with the mmap_lock held.
1105 ->d_delete() instances are now called for dentries with ->d_lock held
1113 ->d_prune() instances are now called without ->d_lock held on the parent.
1114 ->d_lock on dentry itself is still held; if you need per-parent exclusions (none