Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/fs/
H A Dbuffer.c3072 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3082 EXPORT_SYMBOL(bh_uptodate_or_lock);
/openbmc/linux/fs/ext4/
H A Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
H A Dresize.c1303 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
H A Dextents.c565 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()