HomeSort by: relevance | last modified time | path
    Searched refs:quota_put (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libquota/
quota_put.c 1 /* $NetBSD: quota_put.c,v 1.4 2012/02/01 05:34:40 dholland Exp $ */
32 __RCSID("$NetBSD: quota_put.c,v 1.4 2012/02/01 05:34:40 dholland Exp $");
40 quota_put(struct quotahandle *qh, const struct quotakey *qk, function in typeref:typename:int
Makefile 13 SRCS+= quota_get.c quota_put.c quota_delete.c
34 libquota.3 quota_put.3 \
  /src/include/
quota.h 66 int quota_put(struct quotahandle *, const struct quotakey *,
  /src/usr.sbin/quotarestore/
quotarestore.c 458 * quota_put() anyway.
473 if (quota_put(qh, &key, &val)) {
474 err(EXIT_FAILURE, "%s:%u: quota_put", path, lineno);
  /src/usr.sbin/edquota/
edquota.c 531 if (quota_put(qh, &qk, &qup->qv[QO_BLK])) {
532 err(1, "%s: quota_put (%s blocks)", qup->fsname,
541 if (quota_put(qh, &qk, &qup->qv[QO_FL])) {
542 err(1, "%s: quota_put (%s files)", qup->fsname,

Completed in 71 milliseconds