Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_qm.h79 xfs_qcnt_t qi_bhardlimit; /* default data blk hard limit */
80 xfs_qcnt_t qi_bsoftlimit; /* default data blk soft limit */
81 xfs_qcnt_t qi_ihardlimit; /* default inode count hard limit */
82 xfs_qcnt_t qi_isoftlimit; /* default inode count soft limit */
83 xfs_qcnt_t qi_rtbhardlimit;/* default realtime blk hard limit */
84 xfs_qcnt_t qi_rtbsoftlimit;/* default realtime blk soft limit */
Dxfs_trans_dquot.c400 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas()
403 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas()
406 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas()
435 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
439 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
453 (xfs_qcnt_t)qtrx->qt_bcount_delta; in xfs_trans_apply_dquot_deltas()
463 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
467 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
474 (xfs_qcnt_t)qtrx->qt_rtbcount_delta; in xfs_trans_apply_dquot_deltas()
484 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas()
[all …]
Dxfs_dquot.h57 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */
58 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */
59 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */
60 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */
61 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */
Dxfs_qm_syscalls.c408 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim()
451 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim()
454 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim()
468 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim()
471 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim()
485 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim()
488 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
Dxfs_qm.c1042 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust()
1043 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust()
1095 xfs_qcnt_t *O_rtblks) in xfs_qm_get_rtblks()
1113 *O_rtblks = (xfs_qcnt_t)rtblks; in xfs_qm_get_rtblks()
1132 xfs_qcnt_t nblks, rtblks = 0; in xfs_qm_dqusage_adjust()
1169 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
1861 (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve()
1867 -((xfs_qcnt_t)delblks), 0, blkflags); in xfs_qm_vop_chown_reserve()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_quota_defs.h30 typedef __uint64_t xfs_qcnt_t; typedef