Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbuffer_head.h207 int bh_submit_read(struct buffer_head *bh);
/Linux-v5.4/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.c1236 if (bh_submit_read(bh) < 0) { in ext4_get_bitmap()
Dextents.c515 err = bh_submit_read(bh); in __read_extent_tree_block()
/Linux-v5.4/fs/ext2/
Dballoc.c147 if (bh_submit_read(bh) < 0) { in read_block_bitmap()
/Linux-v5.4/fs/
Dbuffer.c3430 int bh_submit_read(struct buffer_head *bh) in bh_submit_read() function
3447 EXPORT_SYMBOL(bh_submit_read);