Searched refs:ext4_read_bh_lock (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | inode.c | 1061 ret = ext4_read_bh_lock(bh, REQ_META | REQ_PRIO, true); in ext4_bread() 1087 ext4_read_bh_lock(bhs[i], REQ_META | REQ_PRIO, false); in ext4_bread_batch() 1247 ext4_read_bh_lock(bh, 0, false); in ext4_block_write_begin() 4080 err = ext4_read_bh_lock(bh, 0, true); in ext4_load_tail_bh()
|
| H A D | super.c | 214 int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait) in ext4_read_bh_lock() function 243 ret = ext4_read_bh_lock(bh, REQ_META | op_flags, true); in __ext4_sb_bread_gfp()
|
| H A D | ext4.h | 3191 extern int ext4_read_bh_lock(struct buffer_head *bh, blk_opf_t op_flags, bool wait);
|