Lines Matching refs:p_bh
143 if (path->p_bh) { in ext4_ext_get_access()
145 BUFFER_TRACE(path->p_bh, "get_write_access"); in ext4_ext_get_access()
146 return ext4_journal_get_write_access(handle, path->p_bh); in ext4_ext_get_access()
165 if (path->p_bh) { in __ext4_ext_dirty()
166 ext4_extent_block_csum_set(inode, ext_block_hdr(path->p_bh)); in __ext4_ext_dirty()
169 inode, path->p_bh); in __ext4_ext_dirty()
215 if (path[depth].p_bh) in ext4_ext_find_goal()
216 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal()
601 brelse(path[i].p_bh); in ext4_ext_precache()
602 path[i].p_bh = NULL; in ext4_ext_precache()
615 path[i].p_bh = bh; in ext4_ext_precache()
718 if (path->p_bh) { in ext4_ext_drop_refs()
719 brelse(path->p_bh); in ext4_ext_drop_refs()
720 path->p_bh = NULL; in ext4_ext_drop_refs()
888 path[0].p_bh = NULL; in ext4_find_extent()
917 path[ppos].p_bh = bh; in ext4_find_extent()
1838 brelse(path[1].p_bh); in ext4_ext_try_to_merge_up()
2612 path[depth].p_hdr = ext_block_hdr(path[depth].p_bh); in ext4_ext_rm_leaf()
2771 if (err == 0 && eh->eh_entries == 0 && path[depth].p_bh != NULL) in ext4_ext_rm_leaf()
2937 brelse(path[i].p_bh); in ext4_ext_remove_space()
2938 path[i].p_bh = NULL; in ext4_ext_remove_space()
2946 path[i].p_hdr = ext_block_hdr(path[i].p_bh); in ext4_ext_remove_space()
2985 path[i + 1].p_bh = bh; in ext4_ext_remove_space()
3000 brelse(path[i].p_bh); in ext4_ext_remove_space()
3001 path[i].p_bh = NULL; in ext4_ext_remove_space()