Home
last modified time | relevance | path

Searched refs:t_items (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_item.c79 licp->lic_next = tp->t_items.lic_next; in xfs_trans_add_item()
80 tp->t_items.lic_next = licp; in xfs_trans_add_item()
103 licp = &tp->t_items; in xfs_trans_add_item()
171 if (XFS_LIC_ARE_ALL_FREE(licp) && (licp != &(tp->t_items))) { in xfs_trans_free_item()
172 licpp = &(tp->t_items.lic_next); in xfs_trans_free_item()
220 licp = &tp->t_items; in xfs_trans_first_item()
313 licp = &tp->t_items; in xfs_trans_free_items()
339 tp->t_items.lic_next = NULL; in xfs_trans_free_items()
359 licp = &tp->t_items; in xfs_trans_unlock_items()
367 licpp = &(tp->t_items.lic_next); in xfs_trans_unlock_items()
Dxfs_trans_buf.c101 if (tp->t_items.lic_next == NULL) { in xfs_trans_get_buf()
348 if (tp->t_items.lic_next == NULL) { in xfs_trans_read_buf()
1007 licp = &tp->t_items; in xfs_trans_buf_item_match()
1060 for (licp = &tp->t_items; licp != NULL; licp = licp->lic_next) { in xfs_trans_buf_item_match_all()
1062 ASSERT(licp == &tp->t_items); in xfs_trans_buf_item_match_all()
Dxfs_trans.c159 XFS_LIC_INIT(&(tp->t_items)); in _xfs_trans_alloc()
189 XFS_LIC_INIT(&(ntp->t_items)); in xfs_trans_dup()
1094 licp = &(tp->t_items); in xfs_trans_cancel()
1181 licp = &(tp->t_items); in xfs_trans_committed()
Dxfs_trans.h407 xfs_log_item_chunk_t t_items; /* first log item desc chunk */ member
Dxfs_bmap.c5845 licp = &tp->t_items; in xfs_bmap_get_bp()