Searched refs:quota_nl (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_trans_dquot.c | 837 int quota_nl; in xfs_trans_dqresv() local 844 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal); in xfs_trans_dqresv() 845 if (quota_nl != QUOTA_NL_NOWARN) { in xfs_trans_dqresv() 850 xfs_quota_warn(mp, dqp, quota_nl + 3); in xfs_trans_dqresv() 855 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv() 857 if (quota_nl != QUOTA_NL_NOWARN) { in xfs_trans_dqresv() 858 xfs_quota_warn(mp, dqp, quota_nl); in xfs_trans_dqresv()
|