xfs_cud_log_item
static inline struct xfs_cud_log_item *CUD_ITEM(struct xfs_log_item *lip)
return container_of(lip, struct xfs_cud_log_item, cud_item);
struct xfs_cud_log_item *cudp = CUD_ITEM(lip);
struct xfs_cud_log_item *cudp = CUD_ITEM(lip);
struct xfs_cud_log_item *cudp;
sizeof(struct xfs_cud_log_item),
struct xfs_cud_log_item;