Searched refs:xfs_qcnt_t (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_dquot.c | 388 be64_add_cpu(&d->d_bcount, (xfs_qcnt_t)totalbdelta); in xfs_trans_apply_dquot_deltas() 391 be64_add_cpu(&d->d_icount, (xfs_qcnt_t)qtrx->qt_icount_delta); in xfs_trans_apply_dquot_deltas() 394 be64_add_cpu(&d->d_rtbcount, (xfs_qcnt_t)totalrtbdelta); in xfs_trans_apply_dquot_deltas() 423 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 427 dqp->q_res_bcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 441 (xfs_qcnt_t)qtrx->qt_bcount_delta; in xfs_trans_apply_dquot_deltas() 451 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 455 dqp->q_res_rtbcount -= (xfs_qcnt_t) in xfs_trans_apply_dquot_deltas() 462 (xfs_qcnt_t)qtrx->qt_rtbcount_delta; in xfs_trans_apply_dquot_deltas() 472 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 | 45 xfs_qcnt_t q_res_bcount; /* total regular nblks used+reserved */ 46 xfs_qcnt_t q_res_icount; /* total inos allocd+reserved */ 47 xfs_qcnt_t q_res_rtbcount;/* total realtime blks used+reserved */ 48 xfs_qcnt_t q_prealloc_lo_wmark;/* prealloc throttle wmark */ 49 xfs_qcnt_t q_prealloc_hi_wmark;/* prealloc disabled wmark */
|
D | xfs_qm_syscalls.c | 396 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() 438 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim() 441 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim() 455 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim() 458 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim() 472 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim() 475 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
|
D | xfs_qm.c | 1063 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust() 1064 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() 1129 xfs_qcnt_t nblks; in xfs_qm_dqusage_adjust() 1168 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust() 1885 (xfs_qcnt_t)delblks, 0, in xfs_qm_vop_chown_reserve() 1891 -((xfs_qcnt_t)delblks), 0, blkflags); in xfs_qm_vop_chown_reserve()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_quota_defs.h | 18 typedef uint64_t xfs_qcnt_t; typedef
|