Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_trans.c794 struct xfs_log_item **log_items, in xfs_log_item_batch_insert() argument
802 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
805 struct xfs_log_item *lip = log_items[i]; in xfs_log_item_batch_insert()
839 struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; in xfs_trans_committed_bulk() local
890 log_items[i++] = lv->lv_item; in xfs_trans_committed_bulk()
892 xfs_log_item_batch_insert(ailp, &cur, log_items, in xfs_trans_committed_bulk()
900 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
Dxfs_trans_priv.h73 struct xfs_log_item **log_items, int nr_items,
Dxfs_trans_ail.c700 struct xfs_log_item **log_items, in xfs_trans_ail_update_bulk() argument
713 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_update_bulk()