Searched refs:ext4_read_bh_nowait (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ext4/ |
D | move_extent.c | 216 ext4_read_bh_nowait(bh, 0, NULL); in mext_page_mkuptodate()
|
D | balloc.c | 551 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO | in ext4_read_block_bitmap_nowait()
|
D | super.c | 178 void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags, in ext4_read_bh_nowait() function 211 ext4_read_bh_nowait(bh, op_flags, NULL); in ext4_read_bh_lock() 269 ext4_read_bh_nowait(bh, REQ_RAHEAD, NULL); in ext4_sb_breadahead_unmovable()
|
D | ext4.h | 3102 extern void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags,
|
D | inode.c | 4500 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO, NULL); in __ext4_get_inode_loc()
|