xfs_qcnt_t
xfs_qcnt_t space;
xfs_qcnt_t reserved;
xfs_qcnt_t count;
xfs_qcnt_t hardlimit;
xfs_qcnt_t softlimit;
xfs_qcnt_t q_prealloc_lo_wmark;
xfs_qcnt_t q_prealloc_hi_wmark;
xfs_qcnt_t nblks,
xfs_qcnt_t rtblks)
-(xfs_qcnt_t)dblocks);
-(xfs_qcnt_t)rblocks);
xfs_qcnt_t hard; /* default hard limit */
xfs_qcnt_t soft; /* default soft limit */
xfs_qcnt_t hard,
xfs_qcnt_t soft,
xfs_qcnt_t hard, soft;
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) :
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) :
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) :
(xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) :
(xfs_qcnt_t) newlim->d_ino_hardlimit :
(xfs_qcnt_t) newlim->d_ino_softlimit :
(xfs_qcnt_t)qtrx->qt_blk_res;
(xfs_qcnt_t)qtrx->qt_ino_res;
(xfs_qcnt_t)qtrx->qt_rtblk_res;
xfs_qcnt_t hardlimit = res->hardlimit;
xfs_qcnt_t softlimit = res->softlimit;
xfs_qcnt_t total_count = res->reserved + delta;
blkres->reserved += (xfs_qcnt_t)nblks;
dqp->q_ino.reserved += (xfs_qcnt_t)ninos;