Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_qm.c1064 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() argument
1094 if (rtblks) { in xfs_qm_quotacheck_dqadjust()
1095 be64_add_cpu(&dqp->q_core.d_rtbcount, rtblks); in xfs_qm_quotacheck_dqadjust()
1096 dqp->q_res_rtbcount += rtblks; in xfs_qm_quotacheck_dqadjust()
1130 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust() local
1165 xfs_bmap_count_leaves(ifp, &rtblks); in xfs_qm_dqusage_adjust()
1168 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1184 rtblks); in xfs_qm_dqusage_adjust()
1191 rtblks); in xfs_qm_dqusage_adjust()
1198 rtblks); in xfs_qm_dqusage_adjust()