Searched refs:xfs_qcnt_t (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm.h114 xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */
115 xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */
116 xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */
117 xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */
118 xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */
119 xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */
H A Dxfs_trans_dquot.c393 (xfs_qcnt_t) -totalbdelta);
397 (xfs_qcnt_t) -totalrtbdelta);
401 (xfs_qcnt_t) -qtrx->qt_icount_delta);
404 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta);
407 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta);
410 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta);
435 dqp->q_res_bcount -= (xfs_qcnt_t)
439 dqp->q_res_bcount -= (xfs_qcnt_t)
453 (xfs_qcnt_t)qtrx->qt_bcount_delta;
463 dqp->q_res_rtbcount -= (xfs_qcnt_t)
[all...]
H A Dxfs_dquot.h64 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */
65 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */
66 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */
H A Dxfs_qm_syscalls.c492 xfs_qcnt_t hard, soft;
530 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) :
533 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) :
546 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) :
549 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) :
563 (xfs_qcnt_t) newlim->d_ino_hardlimit :
566 (xfs_qcnt_t) newlim->d_ino_softlimit :
965 xfs_qcnt_t d_bcount; /* # disk blocks owned by the user */
966 xfs_qcnt_t d_icount; /* # inodes owned by the user */
995 xfs_qcnt_t
[all...]
H A Dxfs_qm.c1550 xfs_qcnt_t nblks,
1551 xfs_qcnt_t rtblks)
1588 xfs_qcnt_t *O_rtblks)
1606 *O_rtblks = (xfs_qcnt_t)rtblks;
1626 xfs_qcnt_t nblks, rtblks;
1666 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks;
1681 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks;
2477 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0,
2481 unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h114 xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */
115 xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */
116 xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */
117 xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */
118 xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */
119 xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */
H A Dxfs_trans_dquot.c393 (xfs_qcnt_t) -totalbdelta);
397 (xfs_qcnt_t) -totalrtbdelta);
401 (xfs_qcnt_t) -qtrx->qt_icount_delta);
404 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta);
407 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta);
410 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta);
435 dqp->q_res_bcount -= (xfs_qcnt_t)
439 dqp->q_res_bcount -= (xfs_qcnt_t)
453 (xfs_qcnt_t)qtrx->qt_bcount_delta;
463 dqp->q_res_rtbcount -= (xfs_qcnt_t)
[all...]
H A Dxfs_dquot.h64 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */
65 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */
66 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */
H A Dxfs_qm_syscalls.c492 xfs_qcnt_t hard, soft;
530 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) :
533 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) :
546 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) :
549 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) :
563 (xfs_qcnt_t) newlim->d_ino_hardlimit :
566 (xfs_qcnt_t) newlim->d_ino_softlimit :
965 xfs_qcnt_t d_bcount; /* # disk blocks owned by the user */
966 xfs_qcnt_t d_icount; /* # inodes owned by the user */
995 xfs_qcnt_t
[all...]
H A Dxfs_qm.c1550 xfs_qcnt_t nblks,
1551 xfs_qcnt_t rtblks)
1588 xfs_qcnt_t *O_rtblks)
1606 *O_rtblks = (xfs_qcnt_t)rtblks;
1626 xfs_qcnt_t nblks, rtblks;
1666 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks;
1681 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks;
2477 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0,
2481 unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h40 typedef __uint64_t xfs_qcnt_t; typedef
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_quota.h40 typedef __uint64_t xfs_qcnt_t; typedef

Completed in 199 milliseconds