Searched refs:xfs_qcnt_t (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 32 xfs_qcnt_t reserved; 35 xfs_qcnt_t count; 38 xfs_qcnt_t hardlimit; 39 xfs_qcnt_t softlimit; 77 xfs_qcnt_t q_prealloc_lo_wmark; 78 xfs_qcnt_t q_prealloc_hi_wmark;
|
H A D | xfs_qm_syscalls.c | 448 xfs_qcnt_t hard, in xfs_setqlim_limits() 449 xfs_qcnt_t soft, in xfs_setqlim_limits() 514 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() 570 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim() 573 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim() 587 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim() 590 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim() 603 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim() 606 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
|
H A D | xfs_trans_dquot.c | 521 (xfs_qcnt_t)qtrx->qt_blk_res; in xfs_trans_unreserve_and_mod_dquots() 529 (xfs_qcnt_t)qtrx->qt_ino_res; in xfs_trans_unreserve_and_mod_dquots() 538 (xfs_qcnt_t)qtrx->qt_rtblk_res; in xfs_trans_unreserve_and_mod_dquots() 588 xfs_qcnt_t hardlimit = res->hardlimit; in xfs_dqresv_check() 589 xfs_qcnt_t softlimit = res->softlimit; in xfs_dqresv_check() 590 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() 690 blkres->reserved += (xfs_qcnt_t)nblks; in xfs_trans_dqresv() 691 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
|
H A D | xfs_qm.h | 34 xfs_qcnt_t hard; /* default hard limit */ 35 xfs_qcnt_t soft; /* default soft limit */
|
H A D | xfs_qm.c | 1075 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust() 1076 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() 1139 xfs_qcnt_t nblks; in xfs_qm_dqusage_adjust() 1176 nblks = (xfs_qcnt_t)ip->i_d.di_nblocks - rtblks; in xfs_qm_dqusage_adjust()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 32 xfs_qcnt_t reserved; 35 xfs_qcnt_t count; 38 xfs_qcnt_t hardlimit; 39 xfs_qcnt_t softlimit; 79 xfs_qcnt_t q_prealloc_lo_wmark; 80 xfs_qcnt_t q_prealloc_hi_wmark;
|
H A D | xfs_qm_syscalls.c | 231 xfs_qcnt_t hard, in xfs_setqlim_limits() 232 xfs_qcnt_t soft, in xfs_setqlim_limits() 286 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() 335 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim() 338 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim() 350 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim() 353 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim() 364 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim() 367 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
|
H A D | xfs_trans_dquot.c | 508 (xfs_qcnt_t)qtrx->qt_blk_res; in xfs_trans_unreserve_and_mod_dquots() 516 (xfs_qcnt_t)qtrx->qt_ino_res; in xfs_trans_unreserve_and_mod_dquots() 525 (xfs_qcnt_t)qtrx->qt_rtblk_res; in xfs_trans_unreserve_and_mod_dquots() 575 xfs_qcnt_t hardlimit = res->hardlimit; in xfs_dqresv_check() 576 xfs_qcnt_t softlimit = res->softlimit; in xfs_dqresv_check() 577 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check() 676 blkres->reserved += (xfs_qcnt_t)nblks; in xfs_trans_dqresv() 677 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
|
H A D | xfs_qm.h | 34 xfs_qcnt_t hard; /* default hard limit */ 35 xfs_qcnt_t soft; /* default soft limit */
|
H A D | xfs_qm.c | 1076 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust() 1077 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust() 1140 xfs_qcnt_t nblks; in xfs_qm_dqusage_adjust() 1188 nblks = (xfs_qcnt_t)ip->i_nblocks - rtblks; in xfs_qm_dqusage_adjust()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 18 typedef uint64_t xfs_qcnt_t; typedef
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | 18 typedef uint64_t xfs_qcnt_t; typedef
|
Completed in 10 milliseconds