Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_alloc_btree.c43 return xfs_allocbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_allocbt_dup_cursor()
67 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS); in xfs_allocbt_set_root()
84 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_private.a.agbp, in xfs_allocbt_alloc_block()
99 xfs_trans_agbtree_delta(cur->bc_tp, 1); in xfs_allocbt_alloc_block()
118 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NULL, bno, 1); in xfs_allocbt_free_block()
122 xfs_alloc_busy_insert(cur->bc_tp, be32_to_cpu(agf->agf_seqno), bno, 1, in xfs_allocbt_free_block()
124 xfs_trans_agbtree_delta(cur->bc_tp, -1); in xfs_allocbt_free_block()
188 xfs_alloc_log_agf(cur->bc_tp, cur->bc_private.a.agbp, XFS_AGF_LONGEST); in xfs_allocbt_update_lastrec()
353 cur->bc_tp = tp; in xfs_allocbt_init_cursor()
Dxfs_ialloc_btree.c51 return xfs_inobt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_inobt_dup_cursor()
66 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_ROOT | XFS_AGI_LEVEL); in xfs_inobt_set_root()
84 args.tp = cur->bc_tp; in xfs_inobt_alloc_block()
119 error = xfs_free_extent(cur->bc_tp, fsbno, 1); in xfs_inobt_free_block()
123 xfs_trans_binval(cur->bc_tp, bp); in xfs_inobt_free_block()
243 cur->bc_tp = tp; in xfs_inobt_init_cursor()
Dxfs_bmap_btree.c475 new = xfs_bmbt_init_cursor(cur->bc_mp, cur->bc_tp, in xfs_bmbt_dup_cursor()
516 args.tp = cur->bc_tp; in xfs_bmbt_alloc_block()
597 struct xfs_trans *tp = cur->bc_tp; in xfs_bmbt_free_block()
771 cur->bc_tp = tp; in xfs_bmbt_init_cursor()
Dxfs_btree.c219 xfs_trans_brelse(cur->bc_tp, cur->bc_bufs[i]); in xfs_btree_del_cursor()
251 tp = cur->bc_tp; in xfs_btree_dup_cursor()
770 xfs_trans_brelse(cur->bc_tp, cur->bc_bufs[lev]); in xfs_btree_setbuf()
970 *bpp = xfs_trans_get_buf(cur->bc_tp, mp->m_ddev_targp, d, in xfs_btree_get_buf_block()
1001 error = xfs_trans_read_buf(mp, cur->bc_tp, mp->m_ddev_targp, d, in xfs_btree_read_buf_block()
1013 xfs_trans_brelse(cur->bc_tp, *bpp); in xfs_btree_read_buf_block()
1130 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_keys()
1134 xfs_trans_log_inode(cur->bc_tp, cur->bc_private.b.ip, in xfs_btree_log_keys()
1154 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_recs()
1178 xfs_trans_log_buf(cur->bc_tp, bp, in xfs_btree_log_ptrs()
[all …]
Dxfs_btree.h218 struct xfs_trans *bc_tp; /* transaction we're in, if any */ member
Dxfs_bmap.c5704 list_for_each_entry(lidp, &cur->bc_tp->t_items, lid_trans) { in xfs_bmap_get_bp()