Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_trans_dquot.c639 xfs_qcnt_t hardlimit; in xfs_trans_dqresv() local
650 hardlimit = INT_GET(dqp->q_core.d_blk_hardlimit, ARCH_CONVERT); in xfs_trans_dqresv()
651 if (!hardlimit) in xfs_trans_dqresv()
652 hardlimit = q->qi_bhardlimit; in xfs_trans_dqresv()
660 hardlimit = INT_GET(dqp->q_core.d_rtb_hardlimit, ARCH_CONVERT); in xfs_trans_dqresv()
661 if (!hardlimit) in xfs_trans_dqresv()
662 hardlimit = q->qi_rtbhardlimit; in xfs_trans_dqresv()
676 " > hardlimit=%Ld?", nblks, *resbcountp, hardlimit); in xfs_trans_dqresv()
684 if (hardlimit > 0ULL && in xfs_trans_dqresv()
685 (hardlimit <= nblks + *resbcountp)) { in xfs_trans_dqresv()
[all …]