Lines Matching refs:p_bh
136 if (path->p_bh) { in ext4_ext_get_access()
138 BUFFER_TRACE(path->p_bh, "get_write_access"); in ext4_ext_get_access()
139 return ext4_journal_get_write_access(handle, path->p_bh); in ext4_ext_get_access()
158 if (path->p_bh) { in __ext4_ext_dirty()
159 ext4_extent_block_csum_set(inode, ext_block_hdr(path->p_bh)); in __ext4_ext_dirty()
162 inode, path->p_bh); in __ext4_ext_dirty()
208 if (path[depth].p_bh) in ext4_ext_find_goal()
209 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal()
602 brelse(path[i].p_bh); in ext4_ext_precache()
603 path[i].p_bh = NULL; in ext4_ext_precache()
616 path[i].p_bh = bh; in ext4_ext_precache()
719 if (path->p_bh) { in ext4_ext_drop_refs()
720 brelse(path->p_bh); in ext4_ext_drop_refs()
721 path->p_bh = NULL; in ext4_ext_drop_refs()
895 path[0].p_bh = NULL; in ext4_find_extent()
917 path[ppos].p_bh = bh; in ext4_find_extent()
1844 brelse(path[1].p_bh); in ext4_ext_try_to_merge_up()
2629 path[depth].p_hdr = ext_block_hdr(path[depth].p_bh); in ext4_ext_rm_leaf()
2788 if (err == 0 && eh->eh_entries == 0 && path[depth].p_bh != NULL) in ext4_ext_rm_leaf()
2954 brelse(path[i].p_bh); in ext4_ext_remove_space()
2955 path[i].p_bh = NULL; in ext4_ext_remove_space()
2963 path[i].p_hdr = ext_block_hdr(path[i].p_bh); in ext4_ext_remove_space()
3002 path[i + 1].p_bh = bh; in ext4_ext_remove_space()
3017 brelse(path[i].p_bh); in ext4_ext_remove_space()
3018 path[i].p_bh = NULL; in ext4_ext_remove_space()