Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbuffer_head.h243 int bh_uptodate_or_lock(struct buffer_head *bh);
441 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()
448 if (bh_uptodate_or_lock(bh)) in bh_read()
/linux-6.12.1/fs/ext4/
Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1302 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c569 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/linux-6.12.1/fs/
Dbuffer.c3065 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3075 EXPORT_SYMBOL(bh_uptodate_or_lock);