Home
last modified time | relevance | path

Searched refs:q_res_icount (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_qm_bhv.c42 (statp->f_files > dqp->q_res_icount) ? in xfs_fill_statvfs_from_dquot()
43 (statp->f_files - dqp->q_res_icount) : 0; in xfs_fill_statvfs_from_dquot()
Dxfs_trans_dquot.c472 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
477 dqp->q_res_icount += in xfs_trans_apply_dquot_deltas()
483 ASSERT(dqp->q_res_icount >= in xfs_trans_apply_dquot_deltas()
538 dqp->q_res_icount -= in xfs_trans_unreserve_and_mod_dquots()
660 total_count = dqp->q_res_icount + ninos; in xfs_trans_dqresv()
693 dqp->q_res_icount += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
716 ASSERT(dqp->q_res_icount >= be64_to_cpu(dqp->q_core.d_icount)); in xfs_trans_dqresv()
Dxfs_dquot.h46 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ member
Dxfs_qm_syscalls.c630 dst->d_ino_count = dqp->q_res_icount; in xfs_qm_scall_getquota_fill_qc()
Dxfs_dquot.c511 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount); in xfs_dquot_from_disk()
Dxfs_qm.c1089 dqp->q_res_icount++; in xfs_qm_quotacheck_dqadjust()