Lines Matching refs:bh
118 brelse(epos.bh); in udf_truncate_tail_extent()
153 if (!epos.bh) { in udf_discard_prealloc()
160 (struct allocExtDesc *)(epos.bh->b_data); in udf_discard_prealloc()
166 udf_update_tag(epos.bh->b_data, epos.offset); in udf_discard_prealloc()
168 udf_update_tag(epos.bh->b_data, in udf_discard_prealloc()
170 mark_buffer_dirty_inode(epos.bh, inode); in udf_discard_prealloc()
176 brelse(epos.bh); in udf_discard_prealloc()
186 struct allocExtDesc *aed = (struct allocExtDesc *) (epos->bh->b_data); in udf_update_alloc_ext_desc()
193 udf_update_tag(epos->bh->b_data, len); in udf_update_alloc_ext_desc()
194 mark_buffer_dirty_inode(epos->bh, inode); in udf_update_alloc_ext_desc()
237 if (!epos.bh) in udf_truncate_extents()
249 BUG_ON(!epos.bh); in udf_truncate_extents()
252 } else if (!epos.bh) { in udf_truncate_extents()
258 brelse(epos.bh); in udf_truncate_extents()
261 epos.bh = udf_tread(sb, in udf_truncate_extents()
276 BUG_ON(!epos.bh); in udf_truncate_extents()
278 } else if (!epos.bh) { in udf_truncate_extents()
285 brelse(epos.bh); in udf_truncate_extents()