Home
last modified time | relevance | path

Searched refs:lbcp (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_item.c458 xfs_log_busy_chunk_t *lbcp; in xfs_trans_add_busy() local
467 lbcp = (xfs_log_busy_chunk_t*) in xfs_trans_add_busy()
469 ASSERT(lbcp != NULL); in xfs_trans_add_busy()
474 XFS_LBC_INIT(lbcp); in xfs_trans_add_busy()
475 XFS_LBC_CLAIM(lbcp, 0); in xfs_trans_add_busy()
476 lbcp->lbc_unused = 1; in xfs_trans_add_busy()
477 lbsp = XFS_LBC_SLOT(lbcp, 0); in xfs_trans_add_busy()
482 lbcp->lbc_next = tp->t_busy.lbc_next; in xfs_trans_add_busy()
483 tp->t_busy.lbc_next = lbcp; in xfs_trans_add_busy()
503 lbcp = &tp->t_busy; in xfs_trans_add_busy()
[all …]
Dxfs_trans.c1166 xfs_log_busy_chunk_t *lbcp; in xfs_trans_committed() local
1201 lbcp = &tp->t_busy; in xfs_trans_committed()
1202 while (lbcp != NULL) { in xfs_trans_committed()
1203 for (i = 0, lbsp = lbcp->lbc_busy; i < lbcp->lbc_unused; i++, lbsp++) { in xfs_trans_committed()
1204 if (!XFS_LBC_ISFREE(lbcp, i)) { in xfs_trans_committed()
1209 lbcp = lbcp->lbc_next; in xfs_trans_committed()