xfs_qcnt_t 81 fs/xfs/quota/xfs_dquot.h xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ xfs_qcnt_t 82 fs/xfs/quota/xfs_dquot.h xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ xfs_qcnt_t 83 fs/xfs/quota/xfs_dquot.h xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ xfs_qcnt_t 1639 fs/xfs/quota/xfs_qm.c xfs_qcnt_t nblks, xfs_qcnt_t 1640 fs/xfs/quota/xfs_qm.c xfs_qcnt_t rtblks) xfs_qcnt_t 1673 fs/xfs/quota/xfs_qm.c xfs_qcnt_t *O_rtblks) xfs_qcnt_t 1691 fs/xfs/quota/xfs_qm.c *O_rtblks = (xfs_qcnt_t)rtblks; xfs_qcnt_t 1714 fs/xfs/quota/xfs_qm.c xfs_qcnt_t nblks, rtblks; xfs_qcnt_t 1753 fs/xfs/quota/xfs_qm.c nblks = (xfs_qcnt_t)ip->i_d.di_nblocks; xfs_qcnt_t 1767 fs/xfs/quota/xfs_qm.c nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; xfs_qcnt_t 2659 fs/xfs/quota/xfs_qm.c delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0, xfs_qcnt_t 2663 fs/xfs/quota/xfs_qm.c unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0, xfs_qcnt_t 122 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */ xfs_qcnt_t 123 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */ xfs_qcnt_t 124 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */ xfs_qcnt_t 125 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */ xfs_qcnt_t 126 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */ xfs_qcnt_t 127 fs/xfs/quota/xfs_qm.h xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */ xfs_qcnt_t 596 fs/xfs/quota/xfs_qm_syscalls.c xfs_qcnt_t hard, soft; xfs_qcnt_t 638 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) : xfs_qcnt_t 641 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) : xfs_qcnt_t 654 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) : xfs_qcnt_t 657 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) : xfs_qcnt_t 671 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) newlim->d_ino_hardlimit : xfs_qcnt_t 674 fs/xfs/quota/xfs_qm_syscalls.c (xfs_qcnt_t) newlim->d_ino_softlimit : xfs_qcnt_t 1162 fs/xfs/quota/xfs_qm_syscalls.c xfs_qcnt_t d_bcount; /* # disk blocks owned by the user */ xfs_qcnt_t 1163 fs/xfs/quota/xfs_qm_syscalls.c xfs_qcnt_t d_icount; /* # inodes owned by the user */ xfs_qcnt_t 1197 fs/xfs/quota/xfs_qm_syscalls.c xfs_qcnt_t a, xfs_qcnt_t 1198 fs/xfs/quota/xfs_qm_syscalls.c xfs_qcnt_t b, xfs_qcnt_t 1330 fs/xfs/quota/xfs_qm_syscalls.c d->d_bcount += (xfs_qcnt_t)ip->i_d.di_nblocks; xfs_qcnt_t 413 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t) -totalbdelta); xfs_qcnt_t 417 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t) -totalrtbdelta); xfs_qcnt_t 421 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t) -qtrx->qt_icount_delta); xfs_qcnt_t 424 fs/xfs/quota/xfs_trans_dquot.c be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); xfs_qcnt_t 427 fs/xfs/quota/xfs_trans_dquot.c be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); xfs_qcnt_t 430 fs/xfs/quota/xfs_trans_dquot.c be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); xfs_qcnt_t 455 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_bcount -= (xfs_qcnt_t) xfs_qcnt_t 459 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_bcount -= (xfs_qcnt_t) xfs_qcnt_t 473 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_bcount_delta; xfs_qcnt_t 483 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_rtbcount -= (xfs_qcnt_t) xfs_qcnt_t 487 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_rtbcount -= (xfs_qcnt_t) xfs_qcnt_t 494 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_rtbcount_delta; xfs_qcnt_t 504 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_icount -= (xfs_qcnt_t) xfs_qcnt_t 510 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_icount_delta; xfs_qcnt_t 567 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_blk_res; xfs_qcnt_t 575 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_ino_res; xfs_qcnt_t 584 fs/xfs/quota/xfs_trans_dquot.c (xfs_qcnt_t)qtrx->qt_rtblk_res; xfs_qcnt_t 618 fs/xfs/quota/xfs_trans_dquot.c xfs_qcnt_t hardlimit; xfs_qcnt_t 619 fs/xfs/quota/xfs_trans_dquot.c xfs_qcnt_t softlimit; xfs_qcnt_t 623 fs/xfs/quota/xfs_trans_dquot.c xfs_qcnt_t count; xfs_qcnt_t 624 fs/xfs/quota/xfs_trans_dquot.c xfs_qcnt_t *resbcountp; xfs_qcnt_t 715 fs/xfs/quota/xfs_trans_dquot.c (*resbcountp) += (xfs_qcnt_t)nblks; xfs_qcnt_t 717 fs/xfs/quota/xfs_trans_dquot.c dqp->q_res_icount += (xfs_qcnt_t)ninos;