Searched refs:b_maps (Results 1 – 5 of 5) sorted by relevance
252 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_size()398 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format()889 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init()899 BBTOB(bp->b_maps[i].bm_len)); in xfs_buf_item_init()904 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn; in xfs_buf_item_init()905 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()1021 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log()1025 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()1042 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
97 if (bp->b_maps != &bp->__b_map) in xfs_buf_free_callback()98 kfree(bp->b_maps); in xfs_buf_free_callback()296 bp->b_maps = &bp->__b_map; in xfs_buf_alloc()298 bp->b_maps = kzalloc_objs(struct xfs_buf_map, nmaps, in xfs_buf_alloc()301 bp->b_maps[i].bm_bn = map[i].bm_bn; in xfs_buf_alloc()302 bp->b_maps[i].bm_len = map[i].bm_len; in xfs_buf_alloc()638 ASSERT(bp->b_maps[0].bm_bn != XFS_BUF_DADDR_NULL); in _xfs_buf_read()818 bp->b_maps[0].bm_bn = daddr; in xfs_buf_read_uncached()1357 split = bio_split(bio, bp->b_maps[map].bm_len, GFP_NOFS, in xfs_buf_submit_bio()1359 split->bi_iter.bi_sector = bp->b_maps[map].bm_bn; in xfs_buf_submit_bio()[all …]
185 struct xfs_buf_map *b_maps; /* compound buffer map */ member333 return bp->b_maps[0].bm_bn; in xfs_buf_daddr()
847 rtsb_bp->b_maps[0].bm_bn = XFS_RTSB_DADDR; in xfs_growfs_rt_init_rtsb()
308 bp->b_maps[0].bm_bn = blkno; in xfs_get_aghdr_buf()