Searched refs:quota_nl (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c807 int quota_nl; local
814 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal);
815 if (quota_nl != QUOTA_NL_NOWARN) {
820 xfs_quota_warn(mp, dqp, quota_nl + 3);
825 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos,
827 if (quota_nl != QUOTA_NL_NOWARN) {
828 xfs_quota_warn(mp, dqp, quota_nl);
/linux-master/fs/bcachefs/
H A Dquota.c238 static int quota_nl[][Q_COUNTERS] = { variable
268 msgs->m[msgs->nr].msg = quota_nl[msg_type][counter];

Completed in 125 milliseconds