Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_dquot.h32 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;
Dxfs_qm_syscalls.c230 xfs_qcnt_t hard, in xfs_setqlim_limits()
231 xfs_qcnt_t soft, in xfs_setqlim_limits()
285 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim()
334 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_hardlimit) : in xfs_qm_scall_setqlim()
337 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_spc_softlimit) : in xfs_qm_scall_setqlim()
349 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_hardlimit) : in xfs_qm_scall_setqlim()
352 (xfs_qcnt_t) XFS_B_TO_FSB(mp, newlim->d_rt_spc_softlimit) : in xfs_qm_scall_setqlim()
363 (xfs_qcnt_t) newlim->d_ino_hardlimit : in xfs_qm_scall_setqlim()
366 (xfs_qcnt_t) newlim->d_ino_softlimit : in xfs_qm_scall_setqlim()
Dxfs_trans_dquot.c675 (xfs_qcnt_t)qtrx->qt_blk_res; in xfs_trans_unreserve_and_mod_dquots()
683 (xfs_qcnt_t)qtrx->qt_ino_res; in xfs_trans_unreserve_and_mod_dquots()
692 (xfs_qcnt_t)qtrx->qt_rtblk_res; in xfs_trans_unreserve_and_mod_dquots()
742 xfs_qcnt_t hardlimit = res->hardlimit; in xfs_dqresv_check()
743 xfs_qcnt_t softlimit = res->softlimit; in xfs_dqresv_check()
744 xfs_qcnt_t total_count = res->reserved + delta; in xfs_dqresv_check()
843 blkres->reserved += (xfs_qcnt_t)nblks; in xfs_trans_dqresv()
844 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
Dxfs_qm.h34 xfs_qcnt_t hard; /* default hard limit */
35 xfs_qcnt_t soft; /* default soft limit */
Dxfs_qm.c1092 xfs_qcnt_t nblks, in xfs_qm_quotacheck_dqadjust()
1093 xfs_qcnt_t rtblks) in xfs_qm_quotacheck_dqadjust()
1156 xfs_qcnt_t nblks; in xfs_qm_dqusage_adjust()
1204 nblks = (xfs_qcnt_t)ip->i_nblocks - rtblks; in xfs_qm_dqusage_adjust()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_quota_defs.h18 typedef uint64_t xfs_qcnt_t; typedef