Searched refs:bh_uptodate_or_lock (Results 1 – 6 of 6) sorted by relevance
246 int bh_uptodate_or_lock(struct buffer_head *bh);429 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()436 if (bh_uptodate_or_lock(bh)) in bh_read()
222 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
1298 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
565 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
2992 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function3002 EXPORT_SYMBOL(bh_uptodate_or_lock);
Completed in 26 milliseconds