Home
last modified time | relevance | path

Searched refs:bi_group (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_bmap_item.c339 bi->bi_group = xfs_group_intent_get(mp, bi->bi_bmap.br_startblock, in xfs_bmap_update_get_group()
376 xfs_group_intent_put(bi->bi_group); in xfs_bmap_update_cancel_item()
H A Dxfs_trace.h3340 __entry->type = bi->bi_group->xg_type;
3341 __entry->agno = bi->bi_group->xg_gno;
3342 if (bi->bi_group->xg_type == XG_TYPE_RTG &&
3355 bi->bi_group->xg_type);
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_bmap.h248 struct xfs_group *bi_group; member