Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbuffer_head.h198 int bh_uptodate_or_lock(struct buffer_head *bh);
/linux-4.1.27/fs/ext4/
Dmove_extent.c230 if (!bh_uptodate_or_lock(bh)) { in mext_page_mkuptodate()
Dindirect.c163 if (!bh_uptodate_or_lock(bh)) { in ext4_get_branch()
Dresize.c1198 if (!bh_uptodate_or_lock(bh)) { in ext4_get_bitmap()
Dextents.c510 if (!bh_uptodate_or_lock(bh)) { in __read_extent_tree_block()
/linux-4.1.27/fs/ext2/
Dballoc.c142 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
/linux-4.1.27/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);
/linux-4.1.27/fs/ext3/
Dinode.c1136 if (bh_uptodate_or_lock(bh)) in ext3_bread()
2048 if (!bh_uptodate_or_lock(bh)) { in ext3_block_truncate_page()
Dballoc.c167 if (likely(bh_uptodate_or_lock(bh))) in read_block_bitmap()
Dnamei.c912 if (bh && !bh_uptodate_or_lock(bh)) { in ext3_find_entry()
Dsuper.c2289 if (!bh_uptodate_or_lock(journal->j_sb_buffer)) { in ext3_get_dev_journal()