Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_item.c478 lbcp->lbc_next = tp->t_busy.lbc_next; in xfs_trans_add_busy()
479 tp->t_busy.lbc_next = lbcp; in xfs_trans_add_busy()
499 lbcp = &tp->t_busy; in xfs_trans_add_busy()
540 lbcp = tp->t_busy.lbc_next; in xfs_trans_free_busy()
547 XFS_LBC_INIT(&tp->t_busy); in xfs_trans_free_busy()
548 tp->t_busy.lbc_unused = 0; in xfs_trans_free_busy()
Dxfs_trans.c258 XFS_LBC_INIT(&(tp->t_busy)); in _xfs_trans_alloc()
287 XFS_LBC_INIT(&(ntp->t_busy)); in xfs_trans_dup()
1345 lbcp = &tp->t_busy; in xfs_trans_committed()
Dxfs_trans.h900 xfs_log_busy_chunk_t t_busy; /* busy/async free blocks */ member