Home
last modified time | relevance | path

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

/Linux-v5.4/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_trans_dquot.c344 d = &dqp->q_core; in xfs_trans_apply_dquot_deltas()
471 be64_to_cpu(dqp->q_core.d_bcount)); in xfs_trans_apply_dquot_deltas()
473 be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_apply_dquot_deltas()
475 be64_to_cpu(dqp->q_core.d_rtbcount)); in xfs_trans_apply_dquot_deltas()
562 be32_to_cpu(dqp->q_core.d_id)), in xfs_quota_warn()
597 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_trans_dqresv()
600 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_trans_dqresv()
603 timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_trans_dqresv()
604 warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_trans_dqresv()
609 hardlimit = be64_to_cpu(dqp->q_core.d_rtb_hardlimit); in xfs_trans_dqresv()
[all …]
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_qm_syscalls.c427 ddq = &dqp->q_core; in xfs_qm_scall_setqlim()
619 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_hardlimit)); in xfs_qm_scall_getquota_fill_qc()
621 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_blk_softlimit)); in xfs_qm_scall_getquota_fill_qc()
622 dst->d_ino_hardlimit = be64_to_cpu(dqp->q_core.d_ino_hardlimit); in xfs_qm_scall_getquota_fill_qc()
623 dst->d_ino_softlimit = be64_to_cpu(dqp->q_core.d_ino_softlimit); in xfs_qm_scall_getquota_fill_qc()
626 dst->d_spc_timer = be32_to_cpu(dqp->q_core.d_btimer); in xfs_qm_scall_getquota_fill_qc()
627 dst->d_ino_timer = be32_to_cpu(dqp->q_core.d_itimer); in xfs_qm_scall_getquota_fill_qc()
628 dst->d_ino_warns = be16_to_cpu(dqp->q_core.d_iwarns); in xfs_qm_scall_getquota_fill_qc()
629 dst->d_spc_warns = be16_to_cpu(dqp->q_core.d_bwarns); in xfs_qm_scall_getquota_fill_qc()
631 XFS_FSB_TO_B(mp, be64_to_cpu(dqp->q_core.d_rtb_hardlimit)); in xfs_qm_scall_getquota_fill_qc()
[all …]
Dxfs_qm.c81 next_index = be32_to_cpu(dqp->q_core.d_id) + 1; in xfs_qm_dquot_walk()
162 radix_tree_delete(xfs_dquot_tree(qi, dqp->q_core.d_flags), in xfs_qm_dqpurge()
163 be32_to_cpu(dqp->q_core.d_id)); in xfs_qm_dqpurge()
555 ddqp = &dqp->q_core; in xfs_qm_set_defquota()
610 ddqp = &dqp->q_core; in xfs_qm_init_timelimits()
1084 be64_add_cpu(&dqp->q_core.d_icount, 1); in xfs_qm_quotacheck_dqadjust()
1087 be64_add_cpu(&dqp->q_core.d_bcount, nblks); in xfs_qm_quotacheck_dqadjust()
1091 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
1100 if (dqp->q_core.d_id) { in xfs_qm_quotacheck_dqadjust()
1102 xfs_qm_adjust_dqtimers(mp, &dqp->q_core); in xfs_qm_quotacheck_dqadjust()
[all …]
Dxfs_dquot.c73 struct xfs_disk_dquot *d = &dq->q_core; in xfs_qm_adjust_dqlimits()
258 dqp->q_prealloc_hi_wmark = be64_to_cpu(dqp->q_core.d_blk_hardlimit); in xfs_dquot_set_prealloc_limits()
259 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit); in xfs_dquot_set_prealloc_limits()
333 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id), in xfs_dquot_disk_alloc()
446 dqp->q_core.d_id = cpu_to_be32(id); in xfs_dquot_alloc()
500 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t)); in xfs_dquot_from_disk()
1133 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t)); in xfs_qm_dqflush()
1196 if (be32_to_cpu(d1->q_core.d_id) > in xfs_dqlock2()
1197 be32_to_cpu(d2->q_core.d_id)) { in xfs_dqlock2()
1263 id = be32_to_cpu(dq->q_core.d_id); in xfs_qm_dqiterate()
Dxfs_dquot.h42 xfs_disk_dquot_t q_core; /* actual usage & quotas */ member
137 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.h873 __entry->id = be32_to_cpu(dqp->q_core.d_id);
877 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
878 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
880 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
882 be64_to_cpu(dqp->q_core.d_blk_softlimit);
884 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
886 be64_to_cpu(dqp->q_core.d_ino_softlimit);
/Linux-v5.4/fs/xfs/scrub/
Dquota.c82 struct xfs_disk_dquot *d = &dq->q_core; in xchk_quota_item()