Searched refs:log_items (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_trans.c | 722 struct xfs_log_item **log_items, in xfs_log_item_batch_insert() argument 730 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 733 struct xfs_log_item *lip = log_items[i]; in xfs_log_item_batch_insert() 768 struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; in xfs_trans_committed_bulk() local 830 log_items[i++] = lv->lv_item; in xfs_trans_committed_bulk() 832 xfs_log_item_batch_insert(ailp, &cur, log_items, in xfs_trans_committed_bulk() 840 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
|
D | xfs_trans_priv.h | 72 struct xfs_log_item **log_items, int nr_items,
|
D | xfs_trans_ail.c | 797 struct xfs_log_item **log_items, in xfs_trans_ail_update_bulk() argument 810 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_update_bulk()
|