/fs/xfs/ |
D | xfs_trans.c | 65 struct xfs_trans *tp) in xfs_trans_free() argument 67 xfs_extent_busy_sort(&tp->t_busy); in xfs_trans_free() 68 xfs_extent_busy_clear(tp->t_mountp, &tp->t_busy, false); in xfs_trans_free() 70 trace_xfs_trans_free(tp, _RET_IP_); in xfs_trans_free() 71 xfs_trans_clear_context(tp); in xfs_trans_free() 72 if (!(tp->t_flags & XFS_TRANS_NO_WRITECOUNT)) in xfs_trans_free() 73 sb_end_intwrite(tp->t_mountp->m_super); in xfs_trans_free() 74 xfs_trans_free_dqinfo(tp); in xfs_trans_free() 75 kmem_cache_free(xfs_trans_zone, tp); in xfs_trans_free() 88 struct xfs_trans *tp) in xfs_trans_dup() argument [all …]
|
D | xfs_trans_buf.c | 24 struct xfs_trans *tp, in xfs_trans_buf_item_match() argument 37 list_for_each_entry(lip, &tp->t_items, li_trans) { in xfs_trans_buf_item_match() 62 struct xfs_trans *tp, in _xfs_trans_bjoin() argument 75 xfs_buf_item_init(bp, tp->t_mountp); in _xfs_trans_bjoin() 92 xfs_trans_add_item(tp, &bip->bli_item); in _xfs_trans_bjoin() 93 bp->b_transp = tp; in _xfs_trans_bjoin() 99 struct xfs_trans *tp, in xfs_trans_bjoin() argument 102 _xfs_trans_bjoin(tp, bp, 0); in xfs_trans_bjoin() 117 struct xfs_trans *tp, in xfs_trans_get_buf_map() argument 129 if (!tp) in xfs_trans_get_buf_map() [all …]
|
D | xfs_trans_dquot.c | 30 struct xfs_trans *tp, in xfs_trans_dqjoin() argument 39 xfs_trans_add_item(tp, &dqp->q_logitem.qli_item); in xfs_trans_dqjoin() 54 struct xfs_trans *tp, in xfs_trans_log_dquot() argument 61 xfs_sb_version_hasbigtime(&tp->t_mountp->m_sb) && in xfs_trans_log_dquot() 65 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot() 135 xfs_trans_t *tp, in xfs_trans_mod_dquot_byino() argument 140 xfs_mount_t *mp = tp->t_mountp; in xfs_trans_mod_dquot_byino() 147 if (tp->t_dqinfo == NULL) in xfs_trans_mod_dquot_byino() 148 xfs_trans_alloc_dqinfo(tp); in xfs_trans_mod_dquot_byino() 151 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino() [all …]
|
D | xfs_inode.c | 796 xfs_trans_t *tp, in xfs_ialloc() argument 806 struct xfs_mount *mp = tp->t_mountp; in xfs_ialloc() 818 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, in xfs_ialloc() 845 error = xfs_iget(mp, tp, ino, XFS_IGET_CREATE, in xfs_ialloc() 924 xfs_trans_ijoin(tp, ip, XFS_ILOCK_EXCL); in xfs_ialloc() 925 xfs_trans_log_inode(tp, ip, flags); in xfs_ialloc() 957 xfs_trans_t *tp; in xfs_dir_ialloc() local 964 tp = *tpp; in xfs_dir_ialloc() 965 ASSERT(tp->t_flags & XFS_TRANS_PERM_LOG_RES); in xfs_dir_ialloc() 982 code = xfs_ialloc(tp, dp, mode, nlink, rdev, prid, &ialloc_context, in xfs_dir_ialloc() [all …]
|
D | xfs_rtalloc.c | 32 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtget_summary() argument 39 return xfs_rtmodify_summary_int(mp, tp, log, bbno, 0, rbpp, rsb, sum); in xfs_rtget_summary() 49 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtany_summary() argument 72 error = xfs_rtget_summary(mp, tp, log, bbno, rbpp, rsb, &sum); in xfs_rtany_summary() 104 xfs_trans_t *tp) /* transaction pointer */ in xfs_rtcopy_summary() argument 118 error = xfs_rtget_summary(omp, tp, log, bbno, &bp, in xfs_rtcopy_summary() 124 error = xfs_rtmodify_summary(omp, tp, log, bbno, -sum, in xfs_rtcopy_summary() 128 error = xfs_rtmodify_summary(nmp, tp, log, bbno, sum, in xfs_rtcopy_summary() 144 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtallocate_range() argument 161 error = xfs_rtfind_back(mp, tp, start, 0, &preblock); in xfs_rtallocate_range() [all …]
|
D | xfs_trans.h | 79 struct xfs_trans *tp); 166 #define xfs_trans_set_sync(tp) ((tp)->t_flags |= XFS_TRANS_SYNC) argument 169 #define xfs_trans_agblocks_delta(tp, d) ((tp)->t_ag_freeblks_delta += (int64_t)d) argument 170 #define xfs_trans_agflist_delta(tp, d) ((tp)->t_ag_flist_delta += (int64_t)d) argument 171 #define xfs_trans_agbtree_delta(tp, d) ((tp)->t_ag_btree_delta += (int64_t)d) argument 173 #define xfs_trans_agblocks_delta(tp, d) argument 174 #define xfs_trans_agflist_delta(tp, d) argument 175 #define xfs_trans_agbtree_delta(tp, d) argument 188 int xfs_trans_get_buf_map(struct xfs_trans *tp, struct xfs_buftarg *target, 194 struct xfs_trans *tp, in xfs_trans_get_buf() argument [all …]
|
D | xfs_reflink.c | 131 struct xfs_trans *tp, in xfs_reflink_find_shared() argument 143 error = xfs_alloc_read_agf(mp, tp, agno, 0, &agbp); in xfs_reflink_find_shared() 147 cur = xfs_refcountbt_init_cursor(mp, tp, agbp, agno); in xfs_reflink_find_shared() 154 xfs_trans_brelse(tp, agbp); in xfs_reflink_find_shared() 356 struct xfs_trans *tp; in xfs_reflink_allocate_cow() local 379 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0, 0, &tp); in xfs_reflink_allocate_cow() 397 xfs_trans_cancel(tp); in xfs_reflink_allocate_cow() 401 error = xfs_trans_reserve_quota_nblks(tp, ip, resblks, 0, in xfs_reflink_allocate_cow() 406 xfs_trans_ijoin(tp, ip, 0); in xfs_reflink_allocate_cow() 410 error = xfs_bmapi_write(tp, ip, imap->br_startoff, imap->br_blockcount, in xfs_reflink_allocate_cow() [all …]
|
D | xfs_bmap_util.c | 120 xfs_trans_ijoin(ap->tp, mp->m_rbmip, XFS_ILOCK_EXCL); in xfs_bmap_rtalloc() 122 xfs_trans_ijoin(ap->tp, mp->m_rsumip, XFS_ILOCK_EXCL); in xfs_bmap_rtalloc() 131 error = xfs_rtpick_extent(mp, ap->tp, ralen, &rtx); in xfs_bmap_rtalloc() 147 error = xfs_rtallocate_extent(ap->tp, ap->blkno, 1, ap->length, in xfs_bmap_rtalloc() 158 xfs_trans_log_inode(ap->tp, ap->ip, XFS_ILOG_CORE); in xfs_bmap_rtalloc() 165 xfs_trans_mod_dquot_byino(ap->tp, ap->ip, in xfs_bmap_rtalloc() 208 struct xfs_trans *tp, in xfs_bmap_count_blocks() argument 229 error = xfs_iread_extents(tp, ip, whichfork); in xfs_bmap_count_blocks() 234 cur = xfs_bmbt_init_cursor(mp, tp, ip, whichfork); in xfs_bmap_count_blocks() 639 struct xfs_trans *tp; in xfs_free_eofblocks() local [all …]
|
D | xfs_symlink.c | 144 struct xfs_trans *tp = NULL; in xfs_symlink() local 200 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_symlink, resblks, 0, 0, &tp); in xfs_symlink() 218 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, in xfs_symlink() 226 error = xfs_dir_ialloc(&tp, dp, S_IFLNK | (mode & ~S_IFMT), 1, 0, in xfs_symlink() 238 xfs_trans_ijoin(tp, dp, XFS_ILOCK_EXCL); in xfs_symlink() 244 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_symlink() 255 xfs_trans_log_inode(tp, ip, XFS_ILOG_DDATA | XFS_ILOG_CORE); in xfs_symlink() 262 error = xfs_bmapi_write(tp, ip, first_fsb, fs_blocks, in xfs_symlink() 269 xfs_trans_log_inode(tp, ip, XFS_ILOG_CORE); in xfs_symlink() 278 error = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, in xfs_symlink() [all …]
|
D | xfs_refcount_item.c | 219 struct xfs_trans *tp, in xfs_trans_get_cud() argument 225 xfs_log_item_init(tp->t_mountp, &cudp->cud_item, XFS_LI_CUD, in xfs_trans_get_cud() 230 xfs_trans_add_item(tp, &cudp->cud_item); in xfs_trans_get_cud() 241 struct xfs_trans *tp, in xfs_trans_log_finish_refcount_update() argument 252 error = xfs_refcount_finish_one(tp, type, startblock, in xfs_trans_log_finish_refcount_update() 262 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update() 307 struct xfs_trans *tp, in xfs_refcount_update_log_item() argument 314 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item() 332 struct xfs_trans *tp, in xfs_refcount_update_create_intent() argument 337 struct xfs_mount *mp = tp->t_mountp; in xfs_refcount_update_create_intent() [all …]
|
D | xfs_fsmap.c | 172 int (*fn)(struct xfs_trans *tp, 192 struct xfs_trans *tp, in xfs_getfsmap_is_shared() argument 197 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_is_shared() 212 cur = xfs_refcountbt_init_cursor(mp, tp, info->agf_bp, in xfs_getfsmap_is_shared() 246 struct xfs_trans *tp, in xfs_getfsmap_helper() argument 252 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_helper() 330 error = xfs_getfsmap_is_shared(tp, info, rec, &shared); in xfs_getfsmap_helper() 405 struct xfs_trans *tp, in xfs_getfsmap_logdev() argument 409 struct xfs_mount *mp = tp->t_mountp; in xfs_getfsmap_logdev() 445 return xfs_getfsmap_helper(tp, info, &rmap, 0); in xfs_getfsmap_logdev() [all …]
|
D | xfs_rtalloc.h | 25 struct xfs_trans *tp, 41 struct xfs_trans *tp, /* transaction pointer */ 56 struct xfs_trans *tp, /* transaction pointer */ 88 struct xfs_trans *tp, /* transaction pointer */ 103 int xfs_rtbuf_get(struct xfs_mount *mp, struct xfs_trans *tp, 105 int xfs_rtcheck_range(struct xfs_mount *mp, struct xfs_trans *tp, 108 int xfs_rtfind_back(struct xfs_mount *mp, struct xfs_trans *tp, 111 int xfs_rtfind_forw(struct xfs_mount *mp, struct xfs_trans *tp, 114 int xfs_rtmodify_range(struct xfs_mount *mp, struct xfs_trans *tp, 116 int xfs_rtmodify_summary_int(struct xfs_mount *mp, struct xfs_trans *tp, [all …]
|
D | xfs_extfree_item.c | 323 struct xfs_trans *tp, in xfs_trans_get_efd() argument 340 xfs_log_item_init(tp->t_mountp, &efdp->efd_item, XFS_LI_EFD, in xfs_trans_get_efd() 346 xfs_trans_add_item(tp, &efdp->efd_item); in xfs_trans_get_efd() 357 struct xfs_trans *tp, in xfs_trans_free_extent() argument 364 struct xfs_mount *mp = tp->t_mountp; in xfs_trans_free_extent() 372 trace_xfs_bmap_free_deferred(tp->t_mountp, agno, 0, agbno, ext_len); in xfs_trans_free_extent() 374 error = __xfs_free_extent(tp, start_block, ext_len, in xfs_trans_free_extent() 383 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent() 416 struct xfs_trans *tp, in xfs_extent_free_log_item() argument 423 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item() [all …]
|
D | xfs_rmap_item.c | 242 struct xfs_trans *tp, in xfs_trans_get_rud() argument 248 xfs_log_item_init(tp->t_mountp, &rudp->rud_item, XFS_LI_RUD, in xfs_trans_get_rud() 253 xfs_trans_add_item(tp, &rudp->rud_item); in xfs_trans_get_rud() 307 struct xfs_trans *tp, in xfs_trans_log_finish_rmap_update() argument 320 error = xfs_rmap_finish_one(tp, type, owner, whichfork, startoff, in xfs_trans_log_finish_rmap_update() 330 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update() 356 struct xfs_trans *tp, in xfs_rmap_update_log_item() argument 363 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item() 384 struct xfs_trans *tp, in xfs_rmap_update_create_intent() argument 389 struct xfs_mount *mp = tp->t_mountp; in xfs_rmap_update_create_intent() [all …]
|
D | xfs_bmap_item.c | 214 struct xfs_trans *tp, in xfs_trans_get_bud() argument 220 xfs_log_item_init(tp->t_mountp, &budp->bud_item, XFS_LI_BUD, in xfs_trans_get_bud() 225 xfs_trans_add_item(tp, &budp->bud_item); in xfs_trans_get_bud() 236 struct xfs_trans *tp, in xfs_trans_log_finish_bmap_update() argument 248 error = xfs_bmap_finish_one(tp, ip, type, whichfork, startoff, in xfs_trans_log_finish_bmap_update() 258 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update() 305 struct xfs_trans *tp, in xfs_bmap_update_log_item() argument 312 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item() 333 struct xfs_trans *tp, in xfs_bmap_update_create_intent() argument 338 struct xfs_mount *mp = tp->t_mountp; in xfs_bmap_update_create_intent() [all …]
|
D | xfs_quota.h | 122 #define xfs_trans_dup_dqinfo(tp, tp2) argument 123 #define xfs_trans_free_dqinfo(tp) argument 124 #define xfs_trans_mod_dquot_byino(tp, ip, fields, delta) argument 125 #define xfs_trans_apply_dquot_deltas(tp) argument 126 #define xfs_trans_unreserve_and_mod_dquots(tp) argument 127 static inline int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, in xfs_trans_reserve_quota_nblks() argument 132 static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, in xfs_trans_reserve_quota_bydquots() argument 139 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) argument 141 #define xfs_qm_vop_chown(tp, ip, old, new) (NULL) argument 142 #define xfs_qm_vop_chown_reserve(tp, ip, u, g, p, fl) (0) argument [all …]
|
D | xfs_iwalk.c | 53 struct xfs_trans *tp; member 180 struct xfs_trans *tp = iwag->tp; in xfs_iwalk_ag_recs() local 196 error = iwag->inobt_walk_fn(mp, tp, agno, irec, in xfs_iwalk_ag_recs() 215 error = iwag->iwalk_fn(mp, tp, ino, iwag->data); in xfs_iwalk_ag_recs() 227 struct xfs_trans *tp, in xfs_iwalk_del_inobt() argument 237 xfs_trans_brelse(tp, *agi_bpp); in xfs_iwalk_del_inobt() 267 struct xfs_trans *tp = iwag->tp; in xfs_iwalk_ag_start() local 273 error = xfs_inobt_cur(mp, tp, agno, XFS_BTNUM_INO, curpp, agi_bpp); in xfs_iwalk_ag_start() 354 struct xfs_trans *tp = iwag->tp; in xfs_iwalk_run_callbacks() local 364 xfs_iwalk_del_inobt(tp, curpp, agi_bpp, 0); in xfs_iwalk_run_callbacks() [all …]
|
/fs/xfs/libxfs/ |
D | xfs_defer.c | 185 struct xfs_trans *tp, in xfs_defer_create_intent() argument 192 dfp->dfp_intent = ops->create_intent(tp, &dfp->dfp_work, in xfs_defer_create_intent() 203 struct xfs_trans *tp) in xfs_defer_create_intents() argument 207 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents() 208 trace_xfs_defer_create_intent(tp->t_mountp, dfp); in xfs_defer_create_intents() 209 xfs_defer_create_intent(tp, dfp, true); in xfs_defer_create_intents() 216 struct xfs_trans *tp, in xfs_defer_trans_abort() argument 222 trace_xfs_defer_trans_abort(tp, _RET_IP_); in xfs_defer_trans_abort() 227 trace_xfs_defer_pending_abort(tp->t_mountp, dfp); in xfs_defer_trans_abort() 240 struct xfs_trans *tp = *tpp; in xfs_defer_trans_roll() local [all …]
|
D | xfs_rtbitmap.c | 56 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtbuf_get() argument 77 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp, in xfs_rtbuf_get() 83 xfs_trans_buf_set_type(tp, bp, issum ? XFS_BLFT_RTSUMMARY_BUF in xfs_rtbuf_get() 96 xfs_trans_t *tp, /* transaction pointer */ in xfs_rtfind_back() argument 119 error = xfs_rtbuf_get(mp, tp, block, 0, &bp); in xfs_rtfind_back() 156 xfs_trans_brelse(tp, bp); in xfs_rtfind_back() 170 xfs_trans_brelse(tp, bp); in xfs_rtfind_back() 171 error = xfs_rtbuf_get(mp, tp, --block, 0, &bp); in xfs_rtfind_back() 202 xfs_trans_brelse(tp, bp); in xfs_rtfind_back() 216 xfs_trans_brelse(tp, bp); in xfs_rtfind_back() [all …]
|
D | xfs_bmap.h | 22 struct xfs_trans *tp; /* transaction pointer */ member 190 void xfs_bmap_local_to_extents_empty(struct xfs_trans *tp, 192 void __xfs_bmap_add_free(struct xfs_trans *tp, xfs_fsblock_t bno, 196 int xfs_bmap_first_unused(struct xfs_trans *tp, struct xfs_inode *ip, 198 int xfs_bmap_last_before(struct xfs_trans *tp, struct xfs_inode *ip, 206 int xfs_bmapi_write(struct xfs_trans *tp, struct xfs_inode *ip, 209 int __xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip, 212 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip, 222 int xfs_bmap_collapse_extents(struct xfs_trans *tp, struct xfs_inode *ip, 227 int xfs_bmap_insert_extents(struct xfs_trans *tp, struct xfs_inode *ip, [all …]
|
D | xfs_ialloc.c | 173 struct xfs_trans *tp, in xfs_inobt_insert() argument 186 cur = xfs_inobt_init_cursor(mp, tp, agbp, agno, btnum); in xfs_inobt_insert() 264 struct xfs_trans *tp, in xfs_ialloc_inode_init() argument 319 if (tp) in xfs_ialloc_inode_init() 320 xfs_icreate_log(tp, agno, agbno, icount, in xfs_ialloc_inode_init() 331 error = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, in xfs_ialloc_inode_init() 356 } else if (tp) { in xfs_ialloc_inode_init() 358 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init() 363 if (tp) { in xfs_ialloc_inode_init() 372 xfs_trans_inode_alloc_buf(tp, fbuf); in xfs_ialloc_inode_init() [all …]
|
D | xfs_defer.h | 39 void xfs_defer_add(struct xfs_trans *tp, enum xfs_defer_ops_type type, 41 int xfs_defer_finish_noroll(struct xfs_trans **tp); 42 int xfs_defer_finish(struct xfs_trans **tp); 48 struct xfs_log_item *(*create_intent)(struct xfs_trans *tp, 51 struct xfs_log_item *(*create_done)(struct xfs_trans *tp, 53 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, 55 void (*finish_cleanup)(struct xfs_trans *tp, 97 int xfs_defer_ops_capture_and_commit(struct xfs_trans *tp, 99 void xfs_defer_ops_continue(struct xfs_defer_capture *d, struct xfs_trans *tp,
|
D | xfs_alloc.h | 53 struct xfs_trans *tp; /* transaction pointer */ member 110 struct xfs_trans *tp, /* transaction pointer */ 120 struct xfs_trans *tp, /* transaction pointer */ 130 struct xfs_trans *tp, /* transaction pointer */ 139 struct xfs_trans *tp, /* transaction pointer */ 151 struct xfs_trans *tp, /* transaction pointer */ 168 struct xfs_trans *tp, /* transaction pointer */ 177 struct xfs_trans *tp, in xfs_free_extent() argument 183 return __xfs_free_extent(tp, bno, len, oinfo, type, false); in xfs_free_extent() 207 int xfs_read_agf(struct xfs_mount *mp, struct xfs_trans *tp, [all …]
|
D | xfs_bmap.c | 531 struct xfs_trans *tp, in __xfs_bmap_add_free() argument 539 struct xfs_mount *mp = tp->t_mountp; in __xfs_bmap_add_free() 565 trace_xfs_bmap_free_defer(tp->t_mountp, in __xfs_bmap_add_free() 566 XFS_FSB_TO_AGNO(tp->t_mountp, bno), 0, in __xfs_bmap_add_free() 567 XFS_FSB_TO_AGBNO(tp->t_mountp, bno), len); in __xfs_bmap_add_free() 568 xfs_defer_add(tp, XFS_DEFER_OPS_TYPE_FREE, &new->xefi_list); in __xfs_bmap_add_free() 584 struct xfs_trans *tp, /* transaction pointer */ in xfs_bmap_btree_to_extents() argument 618 error = xfs_btree_read_bufl(mp, tp, cbno, &cbp, XFS_BMAP_BTREE_REF, in xfs_bmap_btree_to_extents() 628 xfs_trans_mod_dquot_byino(tp, ip, XFS_TRANS_DQ_BCOUNT, -1L); in xfs_bmap_btree_to_extents() 629 xfs_trans_binval(tp, cbp); in xfs_bmap_btree_to_extents() [all …]
|
/fs/xfs/scrub/ |
D | repair.c | 125 xfs_trans_bhold(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 127 xfs_trans_bhold(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans() 129 xfs_trans_bhold(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans() 138 error = xfs_trans_roll(&sc->tp); in xrep_roll_ag_trans() 144 xfs_trans_bjoin(sc->tp, sc->sa.agi_bp); in xrep_roll_ag_trans() 146 xfs_trans_bjoin(sc->tp, sc->sa.agf_bp); in xrep_roll_ag_trans() 148 xfs_trans_bjoin(sc->tp, sc->sa.agfl_bp); in xrep_roll_ag_trans() 298 error = xfs_alloc_get_freelist(sc->tp, sc->sa.agf_bp, &bno, 1); in xrep_alloc_ag_block() 313 args.tp = sc->tp; in xrep_alloc_ag_block() 343 struct xfs_trans *tp = sc->tp; in xrep_init_btblock() local [all …]
|