Home
last modified time | relevance | path

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

/linux/fs/
H A Dinode.c1040 static void __wait_on_freeing_inode(struct inode *inode, bool hash_locked, bool rcu_locked);
1048 void *data, bool hash_locked, in find_inode() argument
1053 if (hash_locked) in find_inode()
1067 __wait_on_freeing_inode(inode, hash_locked, true); in find_inode()
1091 bool hash_locked, bool *isnew) in find_inode_fast() argument
1095 if (hash_locked) in find_inode_fast()
1109 __wait_on_freeing_inode(inode, hash_locked, true); in find_inode_fast()
2537 static void __wait_on_freeing_inode(struct inode *inode, bool hash_locked, bool rcu_locked) in __wait_on_freeing_inode() argument
2542 VFS_BUG_ON(!hash_locked && !rcu_locked); in __wait_on_freeing_inode()
2548 WARN_ON(hash_locked); in __wait_on_freeing_inode()
[all …]