Lines Matching refs:b_size
287 return (const __be64 *)(bh->b_data + bh->b_size); in metaend()
430 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length()
1265 loff_t length = bh_map->b_size; in gfs2_block_map()
1281 if (iomap.length > bh_map->b_size) { in gfs2_block_map()
1282 iomap.length = bh_map->b_size; in gfs2_block_map()
1287 bh_map->b_size = iomap.length; in gfs2_block_map()
1681 end = (__be64 *)(bh->b_data + bh->b_size); in find_nonnull_ptr()
1722 *end = (__be64 *)(bh->b_data + bh->b_size); in metapointer_range()
2316 bh.b_size = size; in gfs2_map_journal_extents()
2320 rc = gfs2_add_jextent(jd, lblock, bh.b_blocknr, bh.b_size >> shift); in gfs2_map_journal_extents()
2323 size -= bh.b_size; in gfs2_map_journal_extents()
2324 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_map_journal_extents()
2339 bh.b_state, (unsigned long long)bh.b_size); in gfs2_map_journal_extents()
2382 bh.b_size = size; in gfs2_write_alloc_required()
2386 size -= bh.b_size; in gfs2_write_alloc_required()
2387 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_write_alloc_required()