Searched refs:ext4_read_bh_nowait (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | balloc.c | 542 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO | in ext4_read_block_bitmap_nowait()
|
H A D | super.c | 161 void ext4_read_bh_nowait(struct buffer_head *bh, int op_flags, in ext4_read_bh_nowait() function 194 ext4_read_bh_nowait(bh, op_flags, NULL); in ext4_read_bh_lock() 245 ext4_read_bh_nowait(bh, REQ_RAHEAD, NULL); in ext4_sb_breadahead_unmovable()
|
H A D | ext4.h | 2975 extern void ext4_read_bh_nowait(struct buffer_head *bh, int op_flags,
|
H A D | inode.c | 4587 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO, NULL); in __ext4_get_inode_loc()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | balloc.c | 546 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO | in ext4_read_block_bitmap_nowait()
|
H A 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() 262 ext4_read_bh_nowait(bh, REQ_RAHEAD, NULL); in ext4_sb_breadahead_unmovable()
|
H A D | ext4.h | 3074 extern void ext4_read_bh_nowait(struct buffer_head *bh, blk_opf_t op_flags,
|
H A D | inode.c | 4488 ext4_read_bh_nowait(bh, REQ_META | REQ_PRIO, NULL); in __ext4_get_inode_loc()
|
Completed in 46 milliseconds