Searched refs:xfs_qcnt_t (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_trans_dquot.c | 377 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas() 380 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas() 383 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas() 412 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 416 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 430 (xfs_qcnt_t)qtrx->qt_bcount_delta; in xfs_trans_apply_dquot_deltas() 440 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 444 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 451 (xfs_qcnt_t)qtrx->qt_rtbcount_delta; in xfs_trans_apply_dquot_deltas() 461 dqp->q_res_icount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() [all …]
|
| D | xfs_qm.h | 45 xfs_qcnt_t bhardlimit; /* default data blk hard limit */ 46 xfs_qcnt_t bsoftlimit; /* default data blk soft limit */ 47 xfs_qcnt_t ihardlimit; /* default inode count hard limit */ 48 xfs_qcnt_t isoftlimit; /* default inode count soft limit */ 49 xfs_qcnt_t rtbhardlimit; /* default realtime blk hard limit */ 50 xfs_qcnt_t rtbsoftlimit; /* default realtime blk soft limit */
|
| D | xfs_dquot.h | 44 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ 45 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ 46 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ 47 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ 48 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */
|
| D | xfs_qm_syscalls.c | 391 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() 433 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim() 436 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim() 450 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim() 453 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim() 467 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim() 470 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
|
| D | xfs_qm.c | 1059 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust() 1060 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() 1123 xfs_qcnt_t nblks; in xfs_qm_dqusage_adjust() 1160 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust() 1860 (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve() 1866 -((xfs_qcnt_t)delblks), 0, blkflags); in xfs_qm_vop_chown_reserve()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_quota_defs.h | 18 typedef uint64_t xfs_qcnt_t; typedef
|