Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.c1077 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust()
1107 if (rtblks) { in xfs_qm_quotacheck_dqadjust()
1108 dqp->q_rtb.count += rtblks; in xfs_qm_quotacheck_dqadjust()
1109 dqp->q_rtb.reserved += rtblks; in xfs_qm_quotacheck_dqadjust()
1141 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust() local
1185 xfs_bmap_count_leaves(ifp, &rtblks); in xfs_qm_dqusage_adjust()
1188 nblks = (xfs_qcnt_t)ip->i_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1205 rtblks); in xfs_qm_dqusage_adjust()
1212 rtblks); in xfs_qm_dqusage_adjust()
1219 rtblks); in xfs_qm_dqusage_adjust()
1073 xfs_qm_quotacheck_dqadjust( struct xfs_inode *ip, xfs_dqtype_t type, xfs_qcnt_t nblks, xfs_qcnt_t rtblks) xfs_qm_quotacheck_dqadjust() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.c1076 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust()
1106 if (rtblks) { in xfs_qm_quotacheck_dqadjust()
1107 dqp->q_rtb.count += rtblks; in xfs_qm_quotacheck_dqadjust()
1108 dqp->q_rtb.reserved += rtblks; in xfs_qm_quotacheck_dqadjust()
1140 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust() local
1173 xfs_bmap_count_leaves(ifp, &rtblks); in xfs_qm_dqusage_adjust()
1176 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1192 rtblks); in xfs_qm_dqusage_adjust()
1199 rtblks); in xfs_qm_dqusage_adjust()
1206 rtblks); in xfs_qm_dqusage_adjust()
1072 xfs_qm_quotacheck_dqadjust( struct xfs_inode *ip, xfs_dqtype_t type, xfs_qcnt_t nblks, xfs_qcnt_t rtblks) xfs_qm_quotacheck_dqadjust() argument
[all...]

Completed in 4 milliseconds