Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbuffer_head.h243 int bh_uptodate_or_lock(struct buffer_head *bh);
426 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()
433 if (bh_uptodate_or_lock(bh)) in bh_read()
/linux-6.1.9/fs/ext4/
Dmove_extent.c219 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-6.1.9/fs/
Dbuffer.c2944 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
2954 EXPORT_SYMBOL(bh_uptodate_or_lock);