Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbuffer_head.h198 int bh_uptodate_or_lock(struct buffer_head *bh);
/linux-4.4.14/fs/ext4/
Dmove_extent.c227 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
Dindirect.c164 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1197 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c512 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/linux-4.4.14/fs/ext2/
Dballoc.c142 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
/linux-4.4.14/fs/
Dbuffer.c3376 int bh_uptodate_or_lock(struct buffer_head *bh) in bh_uptodate_or_lock() function
3386 EXPORT_SYMBOL(bh_uptodate_or_lock);