Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbuffer_head.h247 int bh_uptodate_or_lock(struct buffer_head *bh);
414 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()
421 if (bh_uptodate_or_lock(bh)) in bh_read()
/Linux-v6.6/fs/ext4/
Dmove_extent.c223 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1298 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c565 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/Linux-v6.6/fs/
Dbuffer.c3068 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3078 EXPORT_SYMBOL(bh_uptodate_or_lock);