Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_qm.h23 !dqp->q_core.d_blk_hardlimit && \
24 !dqp->q_core.d_blk_softlimit && \
25 !dqp->q_core.d_rtb_hardlimit && \
26 !dqp->q_core.d_rtb_softlimit && \
27 !dqp->q_core.d_ino_hardlimit && \
28 !dqp->q_core.d_ino_softlimit && \
29 !dqp->q_core.d_bcount && \
30 !dqp->q_core.d_rtbcount && \
31 !dqp->q_core.d_icount)
Dxfs_qm_bhv.c26 limit = dqp->q_core.d_blk_softlimit ? in xfs_fill_statvfs_from_dquot()
27 be64_to_cpu(dqp->q_core.d_blk_softlimit) : in xfs_fill_statvfs_from_dquot()
28 be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_fill_statvfs_from_dquot()
36 limit = dqp->q_core.d_ino_softlimit ? in xfs_fill_statvfs_from_dquot()
37 be64_to_cpu(dqp->q_core.d_ino_softlimit) : in xfs_fill_statvfs_from_dquot()
38 be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_fill_statvfs_from_dquot()
Dxfs_trans_dquot.c355 d = &dqp->q_core; in xfs_trans_apply_dquot_deltas()
482 be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_apply_dquot_deltas()
484 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
486 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
573 be32_to_cpu(dqp->q_core.d_id)), in xfs_quota_warn()
608 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
611 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_trans_dqresv()
614 timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_trans_dqresv()
615 warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_trans_dqresv()
620 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
[all …]
Dxfs_qm_syscalls.c432 ddq = &dqp->q_core; in xfs_qm_scall_setqlim()
624 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit)); in xfs_qm_scall_getquota_fill_qc()
626 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); in xfs_qm_scall_getquota_fill_qc()
627 dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_qm_scall_getquota_fill_qc()
628 dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); in xfs_qm_scall_getquota_fill_qc()
631 dst->d_spc_timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_qm_scall_getquota_fill_qc()
632 dst->d_ino_timer = be32_to_cpu(dqp->q_core.d_itimer); in xfs_qm_scall_getquota_fill_qc()
633 dst->d_ino_warns = be16_to_cpu(dqp->q_core.d_iwarns); in xfs_qm_scall_getquota_fill_qc()
634 dst->d_spc_warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_qm_scall_getquota_fill_qc()
636 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit)); in xfs_qm_scall_getquota_fill_qc()
[all …]
Dxfs_qm.c85 next_index = be32_to_cpu(dqp->q_core.d_id) + 1; in xfs_qm_dquot_walk()
166 radix_tree_delete(xfs_dquot_tree(qi, dqp->q_core.d_flags), in xfs_qm_dqpurge()
167 be32_to_cpu(dqp->q_core.d_id)); in xfs_qm_dqpurge()
559 ddqp = &dqp->q_core; in xfs_qm_set_defquota()
614 ddqp = &dqp->q_core; in xfs_qm_init_timelimits()
1088 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
1091 be64_add_cpu(&dqp->q_core.d_bcount, nblks); in xfs_qm_quotacheck_dqadjust()
1095 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
1104 if (dqp->q_core.d_id) { in xfs_qm_quotacheck_dqadjust()
1106 xfs_qm_adjust_dqtimers(mp, &dqp->q_core); in xfs_qm_quotacheck_dqadjust()
[all …]
Dxfs_dquot.c77 struct xfs_disk_dquot *d = &dq->q_core; in xfs_qm_adjust_dqlimits()
262 dqp->q_prealloc_hi_wmark = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_dquot_set_prealloc_limits()
263 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_dquot_set_prealloc_limits()
336 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id), in xfs_dquot_disk_alloc()
448 dqp->q_core.d_id = cpu_to_be32(id); in xfs_dquot_alloc()
502 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_dquot_from_disk()
1136 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()
1199 if (be32_to_cpu(d1->q_core.d_id) > in xfs_dqlock2()
1200 be32_to_cpu(d2->q_core.d_id)) { in xfs_dqlock2()
1266 id = be32_to_cpu(dq->q_core.d_id); in xfs_qm_dqiterate()
Dxfs_dquot.h43 xfs_disk_dquot_t q_core; /* actual usage & quotas */ member
138 freesp = be64_to_cpu(dqp->q_core.d_blk_hardlimit) - dqp->q_res_bcount; in xfs_dquot_lowsp()
Dxfs_dquot_item.c55 qlf->qlf_id = be32_to_cpu(qlip->qli_dquot->q_core.d_id); in xfs_qm_dquot_logitem_format()
62 &qlip->qli_dquot->q_core, in xfs_qm_dquot_logitem_format()
Dxfs_trace.h855 __entry->id = be32_to_cpu(dqp->q_core.d_id);
859 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
860 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
862 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
864 be64_to_cpu(dqp->q_core.d_blk_softlimit);
866 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
868 be64_to_cpu(dqp->q_core.d_ino_softlimit);
/Linux-v4.19/fs/xfs/scrub/
Dquota.c93 struct xfs_disk_dquot *d = &dq->q_core; in xchk_quota_item()