Searched refs:b_maps (Results 1 – 5 of 5) sorted by relevance
360 offset += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_format()742 chunks = DIV_ROUND_UP(BBTOB(bp->b_maps[i].bm_len), in xfs_buf_item_init()751 BBTOB(bp->b_maps[i].bm_len)); in xfs_buf_item_init()756 bip->bli_formats[i].blf_blkno = bp->b_maps[i].bm_bn; in xfs_buf_item_init()757 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()873 end = start + BBTOB(bp->b_maps[i].bm_len) - 1; in xfs_buf_item_log()877 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()894 start += BBTOB(bp->b_maps[i].bm_len); in xfs_buf_item_log()
185 ASSERT(bp->b_maps == NULL); in xfs_buf_get_maps()189 bp->b_maps = &bp->__b_map; in xfs_buf_get_maps()193 bp->b_maps = kmem_zalloc(map_count * sizeof(struct xfs_buf_map), in xfs_buf_get_maps()195 if (!bp->b_maps) in xfs_buf_get_maps()207 if (bp->b_maps != &bp->__b_map) { in xfs_buf_free_maps()208 kmem_free(bp->b_maps); in xfs_buf_free_maps()209 bp->b_maps = NULL; in xfs_buf_free_maps()260 bp->b_maps[i].bm_bn = map[i].bm_bn; in _xfs_buf_alloc()261 bp->b_maps[i].bm_len = map[i].bm_len; in _xfs_buf_alloc()405 start = BBTOB(bp->b_maps[0].bm_bn) >> PAGE_SHIFT; in xfs_buf_allocate_memory()[all …]
164 struct xfs_buf_map *b_maps; /* compound buffer map */ member308 #define XFS_BUF_ADDR(bp) ((bp)->b_maps[0].bm_bn)309 #define XFS_BUF_SET_ADDR(bp, bno) ((bp)->b_maps[0].bm_bn = (xfs_daddr_t)(bno))
296 __entry->bno = bp->b_maps[0].bm_bn;
43 bp->b_maps[0].bm_bn = blkno; in xfs_get_aghdr_buf()