Searched refs:quota_put (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/lib/libquota/
H A Dquota_put.c1 /* $NetBSD: quota_put.c,v 1.3 2012/01/25 17:43:37 dholland Exp $ */
32 __RCSID("$NetBSD: quota_put.c,v 1.3 2012/01/25 17:43:37 dholland Exp $");
40 quota_put(struct quotahandle *qh, const struct quotakey *qk, function
H A DMakefile13 SRCS+= quota_get.c quota_put.c quota_delete.c
34 libquota.3 quota_put.3 \
/netbsd-current/include/
H A Dquota.h66 int quota_put(struct quotahandle *, const struct quotakey *,
/netbsd-current/usr.sbin/quotarestore/
H A Dquotarestore.c458 * quota_put() anyway.
473 if (quota_put(qh, &key, &val)) {
474 err(EXIT_FAILURE, "%s:%u: quota_put", path, lineno);
/netbsd-current/usr.sbin/edquota/
H A Dedquota.c531 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 196 milliseconds