Searched refs:q_core (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_quota_priv.h39 !dqp->q_core.d_blk_hardlimit && \
40 !dqp->q_core.d_blk_softlimit && \
41 !dqp->q_core.d_rtb_hardlimit && \
42 !dqp->q_core.d_rtb_softlimit && \
43 !dqp->q_core.d_ino_hardlimit && \
44 !dqp->q_core.d_ino_softlimit && \
45 !dqp->q_core.d_bcount && \
46 !dqp->q_core.d_rtbcount && \
47 !dqp->q_core.d_icount)
H A Dxfs_trans_dquot.c371 d = &dqp->q_core;
494 be64_to_cpu(dqp->q_core.d_bcount));
496 be64_to_cpu(dqp->q_core.d_icount));
498 be64_to_cpu(dqp->q_core.d_rtbcount));
584 be32_to_cpu(dqp->q_core.d_id), mp->m_super->s_dev,
616 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit);
619 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit);
622 timer = be32_to_cpu(dqp->q_core.d_btimer);
623 warns = be16_to_cpu(dqp->q_core.d_bwarns);
628 hardlimit = be64_to_cpu(dqp->q_core
[all...]
H A Dxfs_dquot.c71 * is the d_id field. The idea is to fill in the entire q_core
85 dqp->q_core.d_id = cpu_to_be32(id);
107 * Only the q_core portion was zeroed in dqreclaim_one().
412 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id),
476 id = be32_to_cpu(dqp->q_core.d_id);
615 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t));
616 ASSERT(be32_to_cpu(dqp->q_core.d_id) == id);
749 if (be32_to_cpu(dqp->q_core.d_id) == id && dqp->q_mount == mp) {
781 ASSERT(be32_to_cpu(dqp->q_core.d_id) == id);
1224 if (xfs_qm_dqcheck(&dqp->q_core, be32_to_cp
[all...]
H A Dxfs_qm_syscalls.c524 ddq = &dqp->q_core;
668 xfs_qm_export_dquot(mp, &dqp->q_core, out);
1017 if (be64_to_cpu(dqp->q_core.d_icount) != d->d_icount) {
1019 be64_to_cpu(dqp->q_core.d_icount),
1023 if (be64_to_cpu(dqp->q_core.d_bcount) != d->d_bcount) {
1025 be64_to_cpu(dqp->q_core.d_bcount),
1029 if (dqp->q_core.d_blk_softlimit &&
1030 be64_to_cpu(dqp->q_core.d_bcount) >=
1031 be64_to_cpu(dqp->q_core.d_blk_softlimit)) {
1032 if (!dqp->q_core
[all...]
H A Dxfs_qm.c87 i++, be32_to_cpu(dqp->q_core.d_id),
89 (long long)be64_to_cpu(dqp->q_core.d_bcount),
90 (long long)be64_to_cpu(dqp->q_core.d_icount),
691 if (dqp && be32_to_cpu(dqp->q_core.d_id) == id) {
1088 xfs_disk_dquot_t *ddqp = &dqp->q_core;
1561 be64_add_cpu(&dqp->q_core.d_icount, 1);
1564 be64_add_cpu(&dqp->q_core.d_bcount, nblks);
1568 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks);
1577 if (dqp->q_core.d_id) {
1578 xfs_qm_adjust_dqlimits(dqp->q_mount, &dqp->q_core);
[all...]
H A Dxfs_dquot.h62 xfs_disk_dquot_t q_core; /* actual usage & quotas */ member in struct:xfs_dquot
H A Dxfs_qm_bhv.c85 xfs_fill_statvfs_from_dquot(statp, &dqp->q_core);
H A Dxfs_dquot_item.c72 logvec->i_addr = &qlip->qli_dquot->q_core;
323 lp->qli_format.qlf_id = be32_to_cpu(dqp->q_core.d_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_quota_priv.h39 !dqp->q_core.d_blk_hardlimit && \
40 !dqp->q_core.d_blk_softlimit && \
41 !dqp->q_core.d_rtb_hardlimit && \
42 !dqp->q_core.d_rtb_softlimit && \
43 !dqp->q_core.d_ino_hardlimit && \
44 !dqp->q_core.d_ino_softlimit && \
45 !dqp->q_core.d_bcount && \
46 !dqp->q_core.d_rtbcount && \
47 !dqp->q_core.d_icount)
H A Dxfs_trans_dquot.c371 d = &dqp->q_core;
494 be64_to_cpu(dqp->q_core.d_bcount));
496 be64_to_cpu(dqp->q_core.d_icount));
498 be64_to_cpu(dqp->q_core.d_rtbcount));
584 be32_to_cpu(dqp->q_core.d_id), mp->m_super->s_dev,
616 hardlimit = be64_to_cpu(dqp->q_core.d_blk_hardlimit);
619 softlimit = be64_to_cpu(dqp->q_core.d_blk_softlimit);
622 timer = be32_to_cpu(dqp->q_core.d_btimer);
623 warns = be16_to_cpu(dqp->q_core.d_bwarns);
628 hardlimit = be64_to_cpu(dqp->q_core
[all...]
H A Dxfs_dquot.c71 * is the d_id field. The idea is to fill in the entire q_core
85 dqp->q_core.d_id = cpu_to_be32(id);
107 * Only the q_core portion was zeroed in dqreclaim_one().
412 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id),
476 id = be32_to_cpu(dqp->q_core.d_id);
615 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t));
616 ASSERT(be32_to_cpu(dqp->q_core.d_id) == id);
749 if (be32_to_cpu(dqp->q_core.d_id) == id && dqp->q_mount == mp) {
781 ASSERT(be32_to_cpu(dqp->q_core.d_id) == id);
1224 if (xfs_qm_dqcheck(&dqp->q_core, be32_to_cp
[all...]
H A Dxfs_qm_syscalls.c524 ddq = &dqp->q_core;
668 xfs_qm_export_dquot(mp, &dqp->q_core, out);
1017 if (be64_to_cpu(dqp->q_core.d_icount) != d->d_icount) {
1019 be64_to_cpu(dqp->q_core.d_icount),
1023 if (be64_to_cpu(dqp->q_core.d_bcount) != d->d_bcount) {
1025 be64_to_cpu(dqp->q_core.d_bcount),
1029 if (dqp->q_core.d_blk_softlimit &&
1030 be64_to_cpu(dqp->q_core.d_bcount) >=
1031 be64_to_cpu(dqp->q_core.d_blk_softlimit)) {
1032 if (!dqp->q_core
[all...]
H A Dxfs_qm.c87 i++, be32_to_cpu(dqp->q_core.d_id),
89 (long long)be64_to_cpu(dqp->q_core.d_bcount),
90 (long long)be64_to_cpu(dqp->q_core.d_icount),
691 if (dqp && be32_to_cpu(dqp->q_core.d_id) == id) {
1088 xfs_disk_dquot_t *ddqp = &dqp->q_core;
1561 be64_add_cpu(&dqp->q_core.d_icount, 1);
1564 be64_add_cpu(&dqp->q_core.d_bcount, nblks);
1568 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks);
1577 if (dqp->q_core.d_id) {
1578 xfs_qm_adjust_dqlimits(dqp->q_mount, &dqp->q_core);
[all...]
H A Dxfs_dquot.h62 xfs_disk_dquot_t q_core; /* actual usage & quotas */ member in struct:xfs_dquot
H A Dxfs_qm_bhv.c85 xfs_fill_statvfs_from_dquot(statp, &dqp->q_core);
H A Dxfs_dquot_item.c72 logvec->i_addr = &qlip->qli_dquot->q_core;
323 lp->qli_format.qlf_id = be32_to_cpu(dqp->q_core.d_id);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h698 __entry->id = be32_to_cpu(dqp->q_core.d_id);
702 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
703 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
705 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
707 be64_to_cpu(dqp->q_core.d_blk_softlimit);
709 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
711 be64_to_cpu(dqp->q_core.d_ino_softlimit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_trace.h698 __entry->id = be32_to_cpu(dqp->q_core.d_id);
702 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
703 __entry->icount = be64_to_cpu(dqp->q_core.d_icount);
705 be64_to_cpu(dqp->q_core.d_blk_hardlimit);
707 be64_to_cpu(dqp->q_core.d_blk_softlimit);
709 be64_to_cpu(dqp->q_core.d_ino_hardlimit);
711 be64_to_cpu(dqp->q_core.d_ino_softlimit);

Completed in 123 milliseconds