Searched refs:p_bh (Results 1 – 2 of 2) sorted by relevance
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()[all …]
130 struct buffer_head *p_bh; member