Searched refs:xfs_trans_first_item (Results 1 – 3 of 3) sorted by relevance
49 struct xfs_log_item_desc *xfs_trans_first_item(struct xfs_trans *);
941 lidp = xfs_trans_first_item(tp); in xfs_trans_count_vecs()978 for (lidp = xfs_trans_first_item(tp); in xfs_trans_uncommit()1021 lidp = xfs_trans_first_item(tp); in xfs_trans_fill_vecs()
215 xfs_trans_first_item(xfs_trans_t *tp) in xfs_trans_first_item() function