Lines Matching refs:p_bh
142 if (path->p_bh) { in ext4_ext_get_access()
144 BUFFER_TRACE(path->p_bh, "get_write_access"); in ext4_ext_get_access()
145 return ext4_journal_get_write_access(handle, path->p_bh); in ext4_ext_get_access()
164 if (path->p_bh) { in __ext4_ext_dirty()
165 ext4_extent_block_csum_set(inode, ext_block_hdr(path->p_bh)); in __ext4_ext_dirty()
168 inode, path->p_bh); in __ext4_ext_dirty()
214 if (path[depth].p_bh) in ext4_ext_find_goal()
215 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal()
599 brelse(path[i].p_bh); in ext4_ext_precache()
600 path[i].p_bh = NULL; in ext4_ext_precache()
613 path[i].p_bh = bh; in ext4_ext_precache()
716 if (path->p_bh) { in ext4_ext_drop_refs()
717 brelse(path->p_bh); in ext4_ext_drop_refs()
718 path->p_bh = NULL; in ext4_ext_drop_refs()
886 path[0].p_bh = NULL; in ext4_find_extent()
915 path[ppos].p_bh = bh; in ext4_find_extent()
1836 brelse(path[1].p_bh); in ext4_ext_try_to_merge_up()
2610 path[depth].p_hdr = ext_block_hdr(path[depth].p_bh); in ext4_ext_rm_leaf()
2769 if (err == 0 && eh->eh_entries == 0 && path[depth].p_bh != NULL) in ext4_ext_rm_leaf()
2935 brelse(path[i].p_bh); in ext4_ext_remove_space()
2936 path[i].p_bh = NULL; in ext4_ext_remove_space()
2944 path[i].p_hdr = ext_block_hdr(path[i].p_bh); in ext4_ext_remove_space()
2983 path[i + 1].p_bh = bh; in ext4_ext_remove_space()
2998 brelse(path[i].p_bh); in ext4_ext_remove_space()
2999 path[i].p_bh = NULL; in ext4_ext_remove_space()