Home
last modified time | relevance | path

Searched refs:rtb (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/scrub/
A Drtbitmap_repair.c43 struct xchk_rtbitmap *rtb) in xrep_setup_rtbitmap() argument
78 rtb->resblks += blocks; in xrep_setup_rtbitmap()
199 if (!xfs_verify_rgbext(rtg, rtb->next_rgbno, rgbno - rtb->next_rgbno)) in xrep_rtbitmap_mark_free()
288 error = xfbmp_copyin(rtb, wordoff, rtb->words, wordcnt); in xrep_rtbitmap_mark_free()
317 rtb->next_rgbno = max(rtb->next_rgbno, in xrep_rtbitmap_walk_rtrmap()
341 rtb); in xrep_rtbitmap_find_freespace()
372 rtb->args.mp = sc->mp; in xrep_rtbitmap_prep_buf()
373 rtb->args.tp = sc->tp; in xrep_rtbitmap_prep_buf()
374 rtb->args.rbmbp = bp; in xrep_rtbitmap_prep_buf()
378 error = xfbmp_copyout(rtb, rtb->prep_wordoff, ondisk, in xrep_rtbitmap_prep_buf()
[all …]
A Drtbitmap.c38 struct xchk_rtbitmap *rtb; in xchk_setup_rtbitmap() local
44 rtb = kzalloc(struct_size(rtb, words, xchk_rtbitmap_wordcnt(sc)), in xchk_setup_rtbitmap()
46 if (!rtb) in xchk_setup_rtbitmap()
48 sc->buf = rtb; in xchk_setup_rtbitmap()
49 rtb->sc = sc; in xchk_setup_rtbitmap()
84 rtb->rextslog = xfs_compute_rextslog(rtb->rextents); in xchk_setup_rtbitmap()
96 struct xchk_rtbitmap *rtb, in xchk_rtbitmap_xref() argument
100 struct xfs_scrub *sc = rtb->sc; in xchk_rtbitmap_xref()
127 struct xfs_scrub *sc = rtb->sc; in xchk_rtbitmap_rec()
217 if (rtb->rbmblocks > U32_MAX) { in xchk_rtbitmap()
[all …]
A Drtbitmap.h54 int xrep_setup_rtbitmap(struct xfs_scrub *sc, struct xchk_rtbitmap *rtb);
73 # define xrep_setup_rtbitmap(sc, rtb) (0) argument
A Dquota_repair.c366 defq->rtb.time); in xrep_quota_block()
/fs/xfs/
A Dxfs_qm.h43 struct xfs_quota_limits rtb; member
A Dxfs_quotaops.c43 tstate->rt_spc_timelimit = (u32)defq->rtb.time; in xfs_qm_fill_state()
A Dxfs_qm.c607 defq->rtb.hard = dqp->q_rtb.hardlimit; in xfs_qm_set_defquota()
608 defq->rtb.soft = dqp->q_rtb.softlimit; in xfs_qm_set_defquota()
627 defq->rtb.time = XFS_QM_RTBTIMELIMIT; in xfs_qm_init_timelimits()
650 defq->rtb.time = dqp->q_rtb.timer; in xfs_qm_init_timelimits()
A Dxfs_dquot.c143 dq->q_rtb.softlimit = defq->rtb.soft; in xfs_qm_adjust_dqlimits()
145 dq->q_rtb.hardlimit = defq->rtb.hard; in xfs_qm_adjust_dqlimits()
219 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_rtb, &defq->rtb); in xfs_qm_adjust_dqtimers()
A Dxfs_qm_syscalls.c355 qlim = id == 0 ? &defq->rtb : NULL; in xfs_qm_scall_setqlim()
A Dxfs_trans_dquot.c832 qlim = &defq->rtb; in xfs_trans_dqresv()

Completed in 19 milliseconds