Searched refs:log_items (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | 770 struct xfs_log_item **log_items, in xfs_log_item_batch_insert() argument 778 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 781 struct xfs_log_item *lip = log_items[i]; in xfs_log_item_batch_insert() 815 struct xfs_log_item *log_items[LOG_ITEM_BATCH_SIZE]; in xfs_trans_committed_bulk() local 866 log_items[i++] = lv->lv_item; in xfs_trans_committed_bulk() 868 xfs_log_item_batch_insert(ailp, &cur, log_items, in xfs_trans_committed_bulk() 876 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()
|