Searched refs:log_items (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_trans_priv.h | 86 struct xfs_log_item **log_items, int nr_items, 110 struct xfs_log_item **log_items, int nr_items,
|
D | xfs_trans.c | 763 struct xfs_log_item **log_items, in xfs_log_item_batch_insert() argument 771 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 774 struct xfs_log_item *lip = log_items[i]; in xfs_log_item_batch_insert() 808 struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; in xfs_trans_committed_bulk() local 859 log_items[i++] = lv->lv_item; in xfs_trans_committed_bulk() 861 xfs_log_item_batch_insert(ailp, &cur, log_items, in xfs_trans_committed_bulk() 869 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
|
D | xfs_trans_ail.c | 641 struct xfs_log_item **log_items, in xfs_trans_ail_update_bulk() argument 654 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_update_bulk() 710 struct xfs_log_item **log_items, in xfs_trans_ail_delete_bulk() argument 721 struct xfs_log_item *lip = log_items[i]; in xfs_trans_ail_delete_bulk()
|
D | xfs_inode_item.c | 659 struct xfs_log_item *log_items[need_ail]; in xfs_iflush_done() local 666 log_items[i++] = blip; in xfs_iflush_done() 671 xfs_trans_ail_delete_bulk(ailp, log_items, i, in xfs_iflush_done()
|