log_items         789 fs/xfs/xfs_trans.c 	struct xfs_log_item	**log_items,
log_items         797 fs/xfs/xfs_trans.c 	xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
log_items         800 fs/xfs/xfs_trans.c 		struct xfs_log_item *lip = log_items[i];
log_items         835 fs/xfs/xfs_trans.c 	struct xfs_log_item	*log_items[LOG_ITEM_BATCH_SIZE];
log_items         897 fs/xfs/xfs_trans.c 		log_items[i++] = lv->lv_item;
log_items         899 fs/xfs/xfs_trans.c 			xfs_log_item_batch_insert(ailp, &cur, log_items,
log_items         907 fs/xfs/xfs_trans.c 		xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);
log_items         709 fs/xfs/xfs_trans_ail.c 	struct xfs_log_item	**log_items,
log_items         722 fs/xfs/xfs_trans_ail.c 		struct xfs_log_item *lip = log_items[i];
log_items          71 fs/xfs/xfs_trans_priv.h 				struct xfs_log_item **log_items, int nr_items,