Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_priv.h49 struct xfs_log_item_desc *xfs_trans_first_item(struct xfs_trans *);
Dxfs_trans.c941 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()
Dxfs_trans_item.c215 xfs_trans_first_item(xfs_trans_t *tp) in xfs_trans_first_item() function