Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_bmap_item.c347 bi->bi_group = xfs_group_intent_get(mp, bi->bi_bmap.br_startblock, in xfs_bmap_update_get_group()
384 xfs_group_intent_put(bi->bi_group); in xfs_bmap_update_cancel_item()
H A Dxfs_trace.h3456 __entry->type = bi->bi_group->xg_type;
3457 __entry->agno = bi->bi_group->xg_gno;
3458 if (bi->bi_group->xg_type == XG_TYPE_RTG &&
3471 bi->bi_group->xg_type);
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.h252 struct xfs_group *bi_group; member