Searched refs:log_items (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_trans_priv.h | 81 struct xfs_log_item **log_items, int nr_items, 93 struct xfs_log_item **log_items, int nr_items)
|
D | xfs_trans_ail.c | 639 struct xfs_log_item **log_items, in xfs_trans_ail_update_bulk() argument 652 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_update_bulk() 702 struct xfs_log_item **log_items, in xfs_trans_ail_delete_bulk() argument 712 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_delete_bulk()
|
D | xfs_trans.c | 1225 struct xfs_log_item **log_items, in xfs_log_item_batch_insert() argument 1233 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 1236 IOP_UNPIN(log_items[i], 0); in xfs_log_item_batch_insert() 1267 struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; in xfs_trans_committed_bulk() local 1318 log_items[i++] = lv->lv_item; in xfs_trans_committed_bulk() 1320 xfs_log_item_batch_insert(ailp, &cur, log_items, in xfs_trans_committed_bulk() 1328 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
|
D | xfs_inode_item.c | 839 struct xfs_log_item *log_items[need_ail]; in xfs_iflush_done() local 846 log_items[i++] = blip; in xfs_iflush_done() 851 xfs_trans_ail_delete_bulk(ailp, log_items, i); in xfs_iflush_done()
|