Searched refs:bc_tp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc_btree.c44 return xfs_allocbt_init_cursor(cur->bc_mp, cur->bc_tp,
68 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
85 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_private.a.agbp,
98 xfs_trans_agbtree_delta(cur->bc_tp, 1);
117 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1);
132 xfs_alloc_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1);
133 xfs_trans_agbtree_delta(cur->bc_tp, -1);
197 xfs_alloc_log_agf(cur->bc_tp, cur->bc_private.a.agbp, XFS_AGF_LONGEST);
469 cur->bc_tp = tp;
H A Dxfs_ialloc_btree.c52 return xfs_inobt_init_cursor(cur->bc_mp, cur->bc_tp,
67 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_ROOT | XFS_AGI_LEVEL);
85 args.tp = cur->bc_tp;
120 error = xfs_free_extent(cur->bc_tp, fsbno, 1);
124 xfs_trans_binval(cur->bc_tp, bp);
351 cur->bc_tp = tp;
H A Dxfs_bmap_btree.c476 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp,
517 args.tp = cur->bc_tp;
598 struct xfs_trans *tp = cur->bc_tp;
869 cur->bc_tp = tp;
H A Dxfs_btree.c252 tp = cur->bc_tp;
777 xfs_trans_brelse(cur->bc_tp, obp);
978 *bpp = xfs_trans_get_buf(cur->bc_tp, mp->m_ddev_targp, d,
1009 error = xfs_trans_read_buf(mp, cur->bc_tp, mp->m_ddev_targp, d,
1022 xfs_trans_brelse(cur->bc_tp, *bpp);
1139 xfs_trans_log_buf(cur->bc_tp, bp,
1143 xfs_trans_log_inode(cur->bc_tp, cur->bc_private.b.ip,
1163 xfs_trans_log_buf(cur->bc_tp, bp,
1187 xfs_trans_log_buf(cur->bc_tp, bp,
1191 xfs_trans_log_inode(cur->bc_tp, cu
[all...]
H A Dxfs_btree.h239 struct xfs_trans *bc_tp; /* transaction we're in, if any */ member in struct:xfs_btree_cur
H A Dxfs_bmap.c5682 list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) {

Completed in 77 milliseconds