Searched refs:p_bh (Results 1 – 2 of 2) sorted by relevance
139 if (path->p_bh) { in ext4_ext_get_access()141 BUFFER_TRACE(path->p_bh, "get_write_access"); in ext4_ext_get_access()143 path->p_bh, EXT4_JTR_NONE); in ext4_ext_get_access()163 if (path->p_bh) { in __ext4_ext_dirty()164 ext4_extent_block_csum_set(inode, ext_block_hdr(path->p_bh)); in __ext4_ext_dirty()167 inode, path->p_bh); in __ext4_ext_dirty()216 if (path[depth].p_bh) in ext4_ext_find_goal()217 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal()576 brelse(path[i].p_bh); in ext4_ext_precache()577 path[i].p_bh = NULL; in ext4_ext_precache()[all …]
119 struct buffer_head *p_bh; member