Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_qm.c1060 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() argument
1090 if (rtblks) { in xfs_qm_quotacheck_dqadjust()
1091 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
1092 dqp->q_res_rtbcount += rtblks; in xfs_qm_quotacheck_dqadjust()
1124 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust() local
1157 xfs_bmap_count_leaves(ifp, &rtblks); in xfs_qm_dqusage_adjust()
1160 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1176 rtblks); in xfs_qm_dqusage_adjust()
1183 rtblks); in xfs_qm_dqusage_adjust()
1190 rtblks); in xfs_qm_dqusage_adjust()