Home
last modified time | relevance | path

Searched refs:bh_submit_read (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Dbuffer_head.h199 int bh_submit_read(struct buffer_head *bh);
/linux-4.1.27/fs/ext4/
Dmove_extent.c231 err = bh_submit_read(bh); in mext_page_mkuptodate()
Dindirect.c164 if (bh_submit_read(bh) < 0) { in ext4_get_branch()
Dresize.c1199 if (bh_submit_read(bh) < 0) { in ext4_get_bitmap()
Dextents.c512 err = bh_submit_read(bh); in __read_extent_tree_block()
/linux-4.1.27/fs/ext2/
Dballoc.c145 if (bh_submit_read(bh) < 0) { in read_block_bitmap()
/linux-4.1.27/fs/
Dbuffer.c3394 int bh_submit_read(struct buffer_head *bh) in bh_submit_read() function
3411 EXPORT_SYMBOL(bh_submit_read);
/linux-4.1.27/fs/ext3/
Dballoc.c170 if (bh_submit_read(bh) < 0) { in read_block_bitmap()
Dsuper.c2290 if (bh_submit_read(journal->j_sb_buffer)) { in ext3_get_dev_journal()
Dinode.c2049 err = bh_submit_read(bh); in ext3_block_truncate_page()