Lines Matching refs:b_size
284 return (const __be64 *)(bh->b_data + bh->b_size); in metaend()
426 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length()
1215 loff_t length = bh_map->b_size; in gfs2_block_map()
1231 if (iomap.length > bh_map->b_size) { in gfs2_block_map()
1232 iomap.length = bh_map->b_size; in gfs2_block_map()
1237 bh_map->b_size = iomap.length; in gfs2_block_map()
1630 end = (__be64 *)(bh->b_data + bh->b_size); in find_nonnull_ptr()
1671 *end = (__be64 *)(bh->b_data + bh->b_size); in metapointer_range()
2257 bh.b_size = size; in gfs2_map_journal_extents()
2261 rc = gfs2_add_jextent(jd, lblock, bh.b_blocknr, bh.b_size >> shift); in gfs2_map_journal_extents()
2264 size -= bh.b_size; in gfs2_map_journal_extents()
2265 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_map_journal_extents()
2280 bh.b_state, (unsigned long long)bh.b_size); in gfs2_map_journal_extents()
2323 bh.b_size = size; in gfs2_write_alloc_required()
2327 size -= bh.b_size; in gfs2_write_alloc_required()
2328 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_write_alloc_required()