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

/linux-master/include/linux/
H A Dbuffer_head.h244 int bh_uptodate_or_lock(struct buffer_head *bh);
416 if (!bh_uptodate_or_lock(bh))
423 if (bh_uptodate_or_lock(bh))
/linux-master/fs/ext4/
H A Dmove_extent.c221 if (!bh_uptodate_or_lock(bh)) {
H A Dindirect.c172 if (!bh_uptodate_or_lock(bh)) {
H A Dresize.c1300 if (!bh_uptodate_or_lock(bh)) {
H A Dextents.c565 if (!bh_uptodate_or_lock(bh)) {
/linux-master/fs/
H A Dbuffer.c3040 * bh_uptodate_or_lock - Test whether the buffer is uptodate
3046 int bh_uptodate_or_lock(struct buffer_head *bh) function
3056 EXPORT_SYMBOL(bh_uptodate_or_lock); variable

Completed in 245 milliseconds