Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbuffer_head.h242 int bh_uptodate_or_lock(struct buffer_head *bh);
/kernel/linux/linux-5.10/fs/ext4/
Dmove_extent.c217 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1265 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c545 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/kernel/linux/linux-5.10/fs/ext2/
Dballoc.c142 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
/kernel/linux/linux-5.10/fs/
Dbuffer.c3381 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3391 EXPORT_SYMBOL(bh_uptodate_or_lock);