Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbuffer_head.h206 int bh_uptodate_or_lock(struct buffer_head *bh);
/Linux-v4.19/fs/ext4/
Dmove_extent.c217 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
Dindirect.c165 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1227 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c513 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/Linux-v4.19/fs/ext2/
Dballoc.c144 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
/Linux-v4.19/fs/
Dbuffer.c3404 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3414 EXPORT_SYMBOL(bh_uptodate_or_lock);