Lines Matching refs:b_size
287 return (const __be64 *)(bh->b_data + bh->b_size); in metaend()
429 const __be64 *end = (__be64 *)(bh->b_data + bh->b_size); in gfs2_extent_length()
1204 loff_t length = bh_map->b_size; in gfs2_block_map()
1220 if (iomap.length > bh_map->b_size) { in gfs2_block_map()
1221 iomap.length = bh_map->b_size; in gfs2_block_map()
1226 bh_map->b_size = iomap.length; in gfs2_block_map()
1620 end = (__be64 *)(bh->b_data + bh->b_size); in find_nonnull_ptr()
1661 *end = (__be64 *)(bh->b_data + bh->b_size); in metapointer_range()
2255 bh.b_size = size; in gfs2_map_journal_extents()
2259 rc = gfs2_add_jextent(jd, lblock, bh.b_blocknr, bh.b_size >> shift); in gfs2_map_journal_extents()
2262 size -= bh.b_size; in gfs2_map_journal_extents()
2263 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_map_journal_extents()
2278 bh.b_state, (unsigned long long)bh.b_size); in gfs2_map_journal_extents()
2321 bh.b_size = size; in gfs2_write_alloc_required()
2325 size -= bh.b_size; in gfs2_write_alloc_required()
2326 lblock += (bh.b_size >> ip->i_inode.i_blkbits); in gfs2_write_alloc_required()