Searched refs:rtblks (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | quotacheck.c | 134 int64_t rtblks) in xqcheck_update_incore_counts() argument 146 xcdq.rtbcount += rtblks; in xqcheck_update_incore_counts() 395 xfs_filblks_t nblks, rtblks; in xqcheck_collect_inode() local 431 xfs_inode_count_blocks(tp, ip, &nblks, &rtblks); in xqcheck_collect_inode() 443 nblks, rtblks); in xqcheck_collect_inode() 451 nblks, rtblks); in xqcheck_collect_inode() 459 nblks, rtblks); in xqcheck_collect_inode()
|
| /linux/fs/xfs/ |
| H A D | xfs_qm.c | 1253 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() argument 1288 if (rtblks) { in xfs_qm_quotacheck_dqadjust() 1289 dqp->q_rtb.count += rtblks; in xfs_qm_quotacheck_dqadjust() 1290 dqp->q_rtb.reserved += rtblks; in xfs_qm_quotacheck_dqadjust() 1323 xfs_filblks_t nblks, rtblks; in xfs_qm_dqusage_adjust() local 1373 xfs_inode_count_blocks(tp, ip, &nblks, &rtblks); in xfs_qm_dqusage_adjust() 1391 rtblks); in xfs_qm_dqusage_adjust() 1398 rtblks); in xfs_qm_dqusage_adjust() 1405 rtblks); in xfs_qm_dqusage_adjust()
|