Home
last modified time | relevance | path

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

/linux/fs/
H A Dinode.c1034 static void __wait_on_freeing_inode(struct inode *inode, bool hash_locked, bool rcu_locked);
1042 void *data, bool hash_locked, in find_inode() argument
1047 if (hash_locked) in find_inode()
1061 __wait_on_freeing_inode(inode, hash_locked, true); in find_inode()
1085 bool hash_locked, bool *isnew) in find_inode_fast() argument
1089 if (hash_locked) in find_inode_fast()
1103 __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 …]