Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbuffer_head.h207 int bh_submit_read(struct buffer_head *bh);
/Linux-v4.19/fs/ext4/
Dmove_extent.c218 err = bh_submit_read(bh); in mext_page_mkuptodate()
Dindirect.c166 if (bh_submit_read(bh) < 0) { in ext4_get_branch()
Dresize.c1228 if (bh_submit_read(bh) < 0) { in ext4_get_bitmap()
Dextents.c515 err = bh_submit_read(bh); in __read_extent_tree_block()
/Linux-v4.19/fs/ext2/
Dballoc.c147 if (bh_submit_read(bh) < 0) { in read_block_bitmap()
/Linux-v4.19/fs/
Dbuffer.c3422 int bh_submit_read(struct buffer_head *bh) in bh_submit_read() function
3439 EXPORT_SYMBOL(bh_submit_read);