Home
last modified time | relevance | path

Searched refs:xfs_qcnt_t (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_trans_dquot.c402 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas()
405 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
408 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas()
433 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
437 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
451 (xfs_qcnt_t)qtrx->qt_bcount_delta; in xfs_trans_apply_dquot_deltas()
461 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
465 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
472 (xfs_qcnt_t)qtrx->qt_rtbcount_delta; in xfs_trans_apply_dquot_deltas()
482 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
[all …]
Dxfs_qm.h63 xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */
64 xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */
65 xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */
66 xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */
67 xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */
68 xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */
Dxfs_dquot.h58 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */
59 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */
60 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */
61 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */
62 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */
Dxfs_qm_syscalls.c485 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim()
529 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_hardlimit) : in xfs_qm_scall_setqlim()
532 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_blk_softlimit) : in xfs_qm_scall_setqlim()
546 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_hardlimit) : in xfs_qm_scall_setqlim()
549 (xfs_qcnt_t) XFS_BB_TO_FSB(mp, newlim->d_rtb_softlimit) : in xfs_qm_scall_setqlim()
563 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim()
566 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
Dxfs_qm.c1056 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust()
1057 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust()
1109 xfs_qcnt_t *O_rtblks) in xfs_qm_get_rtblks()
1127 *O_rtblks = (xfs_qcnt_t)rtblks; in xfs_qm_get_rtblks()
1146 xfs_qcnt_t nblks, rtblks = 0; in xfs_qm_dqusage_adjust()
1183 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1891 delblksudq, delblksgdq, (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve()
1895 unresudq, unresgdq, -((xfs_qcnt_t)delblks), 0, in xfs_qm_vop_chown_reserve()
Dxfs_quota.h40 typedef __uint64_t xfs_qcnt_t; typedef