Searched refs:rtb (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap_repair.c | 43 struct xchk_rtbitmap *rtb) in xrep_setup_rtbitmap() argument 76 rtb->resblks += blocks; in xrep_setup_rtbitmap() 99 struct xchk_rtbitmap *rtb, in xfbmp_load() argument 106 ASSERT(xfs_has_rtgroups(rtb->sc->mp)); in xfbmp_load() 108 error = xfile_load(rtb->sc->xfile, &urk, in xfbmp_load() 120 struct xchk_rtbitmap *rtb, in xfbmp_store() argument 126 ASSERT(xfs_has_rtgroups(rtb->sc->mp)); in xfbmp_store() 129 return xfile_store(rtb->sc->xfile, &urk, in xfbmp_store() 136 struct xchk_rtbitmap *rtb, in xfbmp_copyin() argument 141 return xfile_store(rtb->sc->xfile, word, nr_words << XFS_WORDLOG, in xfbmp_copyin() [all …]
|
| H A D | rtbitmap.c | 38 struct xchk_rtbitmap *rtb; in xchk_setup_rtbitmap() local 44 rtb = kzalloc_flex(*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() 56 error = xrep_setup_rtbitmap(sc, rtb); in xchk_setup_rtbitmap() 61 error = xchk_trans_alloc(sc, rtb->resblks); in xchk_setup_rtbitmap() 83 rtb->rextents = xfs_blen_to_rtbxlen(mp, mp->m_sb.sb_rblocks); in xchk_setup_rtbitmap() 84 rtb->rextslog = xfs_compute_rextslog(rtb->rextents); in xchk_setup_rtbitmap() 85 rtb->rbmblocks = xfs_rtbitmap_blockcount(mp); in xchk_setup_rtbitmap() [all …]
|
| H A D | rtbitmap.h | 54 int xrep_setup_rtbitmap(struct xfs_scrub *sc, struct xchk_rtbitmap *rtb); 73 # define xrep_setup_rtbitmap(sc, rtb) (0) argument
|
| H A D | quota_repair.c | 364 defq->rtb.time); in xrep_quota_block()
|
| /linux/include/linux/ |
| H A D | rtmutex.h | 57 extern void rt_mutex_base_init(struct rt_mutex_base *rtb);
|
| /linux/kernel/locking/ |
| H A D | rtmutex_api.c | 55 void rt_mutex_base_init(struct rt_mutex_base *rtb) in rt_mutex_base_init() argument 57 __rt_mutex_base_init(rtb); in rt_mutex_base_init()
|
| /linux/fs/xfs/ |
| H A D | xfs_qm.h | 43 struct xfs_quota_limits rtb; member
|
| H A D | xfs_quotaops.c | 43 tstate->rt_spc_timelimit = (u32)defq->rtb.time; in xfs_qm_fill_state()
|
| H A D | xfs_qm.c | 559 defq->rtb.hard = dqp->q_rtb.hardlimit; in xfs_qm_set_defquota() 560 defq->rtb.soft = dqp->q_rtb.softlimit; in xfs_qm_set_defquota() 579 defq->rtb.time = XFS_QM_RTBTIMELIMIT; in xfs_qm_init_timelimits() 602 defq->rtb.time = dqp->q_rtb.timer; in xfs_qm_init_timelimits()
|
| H A D | xfs_dquot.c | 143 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()
|
| H A D | xfs_qm_syscalls.c | 354 qlim = id == 0 ? &defq->rtb : NULL; in xfs_qm_scall_setqlim()
|
| H A D | xfs_trans_dquot.c | 832 qlim = &defq->rtb; in xfs_trans_dqresv()
|
| /linux/Documentation/RCU/ |
| H A D | torture.rst | 27 … 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0 rtbe: 0 rtbke: 0 rtbre: 0 rtbf: 0 rtb: 0 nt: 3055767 82 * "rtb": The number of times that rcutorture attempted to force
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 27 … 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0 rtbe: 0 rtbke: 0 rtbre: 0 rtbf: 0 rtb: 0 nt: 3055767 80 * "rtb": Il numero di volte che rcutorture ha provato a forzare l'inversione di
|