Searched defs:wtype (Results 1 - 1 of 1) sorted by relevance

/fs/quota/
H A Ddquot.c1759 int wtype; local
1764 wtype = info_bdq_free(dquots[cnt], number);
1765 if (wtype != QUOTA_NL_NOWARN)
1766 prepare_warning(&warn[cnt], dquots[cnt], wtype);
1800 int wtype; local
1805 wtype = info_idq_free(dquots[cnt], 1);
1806 if (wtype != QUOTA_NL_NOWARN)
1807 prepare_warning(&warn[cnt], dquots[cnt], wtype);
1885 int wtype; local
1886 wtype
[all...]

Completed in 60 milliseconds