Home
last modified time | relevance | path

Searched refs:hash_locked (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Dinode.c1014 static void __wait_on_freeing_inode(struct inode *inode, bool hash_locked, bool rcu_locked);
1023 void *data, bool hash_locked, in find_inode() argument
1028 if (hash_locked) in find_inode()
1047 __wait_on_freeing_inode(inode, hash_locked, true); in find_inode()
1071 bool hash_locked, bool *isnew) in find_inode_fast() argument
1075 if (hash_locked) in find_inode_fast()
1094 __wait_on_freeing_inode(inode, hash_locked, true); in find_inode_fast()
2591 static void __wait_on_freeing_inode(struct inode *inode, bool hash_locked, bool rcu_locked) in __wait_on_freeing_inode() argument
2596 VFS_BUG_ON(!hash_locked && !rcu_locked); in __wait_on_freeing_inode()
2602 WARN_ON(hash_locked); in __wait_on_freeing_inode()
[all …]