Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h245 int bh_uptodate_or_lock(struct buffer_head *bh);
447 if (!bh_uptodate_or_lock(bh)) in bh_read_nowait()
454 if (bh_uptodate_or_lock(bh)) in bh_read()
/linux/fs/ext4/
H A Dindirect.c172 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
/linux/fs/
H A Dbuffer.c3070 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3080 EXPORT_SYMBOL(bh_uptodate_or_lock);