Searched refs:q_ino (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_qm_bhv.c | 36 limit = dqp->q_ino.softlimit ? in xfs_fill_statvfs_from_dquot() 37 dqp->q_ino.softlimit : in xfs_fill_statvfs_from_dquot() 38 dqp->q_ino.hardlimit; in xfs_fill_statvfs_from_dquot() 42 (statp->f_files > dqp->q_ino.reserved) ? in xfs_fill_statvfs_from_dquot() 43 (statp->f_files - dqp->q_ino.reserved) : 0; in xfs_fill_statvfs_from_dquot()
|
D | xfs_qm_syscalls.c | 364 dqp->q_ino.hardlimit; in xfs_qm_scall_setqlim() 367 dqp->q_ino.softlimit; in xfs_qm_scall_setqlim() 368 res = &dqp->q_ino; in xfs_qm_scall_setqlim() 406 dst->d_ino_hardlimit = dqp->q_ino.hardlimit; in xfs_qm_scall_getquota_fill_qc() 407 dst->d_ino_softlimit = dqp->q_ino.softlimit; in xfs_qm_scall_getquota_fill_qc() 409 dst->d_ino_count = dqp->q_ino.reserved; in xfs_qm_scall_getquota_fill_qc() 411 dst->d_ino_timer = dqp->q_ino.timer; in xfs_qm_scall_getquota_fill_qc() 437 if ((dst->d_ino_count > dqp->q_ino.softlimit) && in xfs_qm_scall_getquota_fill_qc() 438 (dqp->q_ino.softlimit > 0)) { in xfs_qm_scall_getquota_fill_qc()
|
D | xfs_dquot.c | 112 if (!dq->q_ino.softlimit) in xfs_qm_adjust_dqlimits() 113 dq->q_ino.softlimit = defq->ino.soft; in xfs_qm_adjust_dqlimits() 114 if (!dq->q_ino.hardlimit) in xfs_qm_adjust_dqlimits() 115 dq->q_ino.hardlimit = defq->ino.hard; in xfs_qm_adjust_dqlimits() 192 xfs_qm_adjust_res_timer(dq->q_mount, &dq->q_ino, &defq->ino); in xfs_qm_adjust_dqtimers() 607 dqp->q_ino.hardlimit = be64_to_cpu(ddqp->d_ino_hardlimit); in xfs_dquot_from_disk() 608 dqp->q_ino.softlimit = be64_to_cpu(ddqp->d_ino_softlimit); in xfs_dquot_from_disk() 613 dqp->q_ino.count = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk() 617 dqp->q_ino.timer = xfs_dquot_from_disk_ts(ddqp, ddqp->d_itimer); in xfs_dquot_from_disk() 625 dqp->q_ino.reserved = dqp->q_ino.count; in xfs_dquot_from_disk() [all …]
|
D | xfs_trans_dquot.c | 546 ASSERT(dqp->q_ino.count >= -qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas() 552 dqp->q_ino.count += qtrx->qt_icount_delta; in xfs_trans_apply_dquot_deltas() 597 xfs_apply_quota_reservation_deltas(&dqp->q_ino, in xfs_trans_apply_dquot_deltas() 603 ASSERT(dqp->q_ino.reserved >= dqp->q_ino.count); in xfs_trans_apply_dquot_deltas() 682 dqp->q_ino.reserved -= in xfs_trans_unreserve_and_mod_dquots() 830 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv() 844 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv() 862 XFS_IS_CORRUPT(mp, dqp->q_ino.reserved < dqp->q_ino.count)) in xfs_trans_dqresv()
|
D | xfs_qm.h | 27 !dqp->q_ino.hardlimit && \ 28 !dqp->q_ino.softlimit && \ 31 !dqp->q_ino.count)
|
D | xfs_qm.c | 569 defq->ino.hard = dqp->q_ino.hardlimit; in xfs_qm_set_defquota() 570 defq->ino.soft = dqp->q_ino.softlimit; in xfs_qm_set_defquota() 611 if (dqp->q_ino.timer) in xfs_qm_init_timelimits() 612 defq->ino.time = dqp->q_ino.timer; in xfs_qm_init_timelimits() 1117 dqp->q_ino.count++; in xfs_qm_quotacheck_dqadjust() 1118 dqp->q_ino.reserved++; in xfs_qm_quotacheck_dqadjust() 1991 if (xfs_dquot_res_over_limits(&dqp->q_ino) || in xfs_inode_near_dquot_enforcement()
|
D | xfs_dquot.h | 74 struct xfs_dquot_res q_ino; /* inodes */ member
|
D | xfs_trace.h | 1057 __entry->res_icount = dqp->q_ino.reserved; 1061 __entry->icount = dqp->q_ino.count; 1067 __entry->ino_hardlimit = dqp->q_ino.hardlimit; 1068 __entry->ino_softlimit = dqp->q_ino.softlimit;
|
/linux-6.12.1/fs/xfs/scrub/ |
D | quota.c | 193 if (dq->q_ino.hardlimit > M_IGEO(mp)->maxicount) in xchk_quota_item() 195 if (dq->q_ino.softlimit > dq->q_ino.hardlimit) in xchk_quota_item() 220 if (dq->q_ino.count > fs_icount || dq->q_rtb.count > mp->m_sb.sb_rblocks) in xchk_quota_item() 235 if (dq->q_ino.hardlimit != 0 && in xchk_quota_item() 236 dq->q_ino.count > dq->q_ino.hardlimit) in xchk_quota_item() 244 xchk_quota_item_timer(sc, offset, &dq->q_ino); in xchk_quota_item()
|
D | quota_repair.c | 205 if (dq->q_ino.softlimit > dq->q_ino.hardlimit) { in xrep_quota_item() 206 dq->q_ino.softlimit = dq->q_ino.hardlimit; in xrep_quota_item() 229 if (dq->q_ino.count > fs_icount) { in xrep_quota_item() 230 dq->q_ino.reserved -= dq->q_ino.count; in xrep_quota_item() 231 dq->q_ino.reserved += fs_icount; in xrep_quota_item() 232 dq->q_ino.count = fs_icount; in xrep_quota_item() 245 xrep_quota_item_timer(sc, &dq->q_ino, &dirty); in xrep_quota_item()
|
D | quotacheck_repair.c | 75 delta = (int64_t)xcdq.icount - dq->q_ino.count; in xqcheck_commit_dquot() 77 dq->q_ino.reserved += delta; in xqcheck_commit_dquot() 78 dq->q_ino.count += delta; in xqcheck_commit_dquot()
|
D | quotacheck.c | 570 if (xcdq.icount != dq->q_ino.count) in xqcheck_compare_dquot()
|