xfs_bud_log_item
static inline struct xfs_bud_log_item *BUD_ITEM(struct xfs_log_item *lip)
return container_of(lip, struct xfs_bud_log_item, bud_item);
struct xfs_bud_log_item *budp = BUD_ITEM(lip);
struct xfs_bud_log_item *budp = BUD_ITEM(lip);
struct xfs_bud_log_item *budp;
sizeof(struct xfs_bud_log_item),
struct xfs_bud_log_item;