Searched refs:quota (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-12-stable/sys/ufs/ufs/
H A Dufs_bmap.c54 #include <ufs/ufs/quota.h>
H A Dufs_dirhash.c58 #include <ufs/ufs/quota.h>
H A Dufs_extattr.c67 #include <ufs/ufs/quota.h>
H A Dufs_lookup.c61 #include <ufs/ufs/quota.h>
H A Dufs_quota.c60 #include <ufs/ufs/quota.h>
72 static MALLOC_DEFINE(M_DQUOT, "ufs_quota", "UFS quota entries");
107 * MAXQUOTAS value in quota.h should be increased, and the
121 * snapshot and quota files.
127 * This prevents the creation of 100GB+ quota files.
133 * Set up the user quota based on file uid.
141 * Set up the group quota based on file gid.
165 * snapshot and quota files.
171 * This prevents the creation of 100GB+ quota files.
213 * Roll back user quota change
[all...]
/freebsd-12-stable/contrib/sendmail/mail.local/
H A Dmail.local.c159 bool BounceQuota = false; /* permanent error when over quota */
260 case 'b': /* bounce mail when over quota. */
1207 /* change UID for quota checks */
1244 ** per-user quota field to the sm_mbdb interface.
1248 ** Fail if the user has a quota specified, and delivery of this
1249 ** message would exceed that quota. We bounce such failures using
1255 if (ui.quota > 0)
1268 if (dsb.st_size + sb.st_size + 1 > ui.quota)
1272 "%s: Mailbox full or quota exceeded",
1744 case EDQUOT: /* Disc quota exceede
[all...]
/freebsd-12-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf48 progs pagesize passwd paste patch pr printenv printf quota ranlib
/freebsd-12-stable/tests/sys/cddl/zfs/tests/delegate/
H A Ddelegate_common.kshlib263 quota)
1181 user_run $user $ZFS set quota=$value32m $fs
1182 if [[ $value32m != $(get_prop quota $fs) ]]; then
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_subr.c63 #include <ufs/ufs/quota.h>
H A Dffs_inode.c59 #include <ufs/ufs/quota.h>
H A Dffs_balloc.c76 #include <ufs/ufs/quota.h>
551 * Restore user's disk quota because allocation failed.
1165 * Restore user's disk quota because allocation failed.
H A Dffs_vnops.c98 #include <ufs/ufs/quota.h>
/freebsd-12-stable/lib/libutil/
H A Dquotafile.c38 #include <ufs/ufs/quota.h>
59 char qfname[MAXPATHLEN + 1]; /* quota file if not using quotactl */
65 * Check to see if a particular quota is to be enabled.
418 * Have to do read-modify-write of quota in file.
466 * Have to do read-modify-write of quota in file.
514 * Convert a quota file from one format to another.
/freebsd-12-stable/sbin/quotacheck/
H A Dquotacheck.c58 #include <ufs/ufs/quota.h>
248 * Scan the specified file system to check quota(s) present on it.
272 printf("%s: convert user quota to %d bits\n",
277 "%s: cannot convert an active quota file",
279 err(1, "user quota conversion to size %d failed",
283 printf("%s: convert group quota to %d bits\n",
288 "%s: cannot convert an active quota file",
290 err(1, "group quota conversion to size %d failed",
379 * quota files.
395 * or the actual quota dat
[all...]
/freebsd-12-stable/usr.bin/quota/
H A Dquota.c42 static const char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93";
46 * Disk quota reporting program.
62 #include <ufs/ufs/quota.h>
195 "usage: quota [-ghlu] [-f path] [-v | -q | -r]",
196 " quota [-hlu] [-f path] [-v | -q | -r] user ...",
197 " quota -g [-hl] [-f path] [-v | -q | -r] group ...");
304 msgi = "Over file quota on";
318 msgb = "Over block quota on";
394 printf("Raw %s quota information for id %lu on %s\n",
436 , "quota"
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c925 uint64_t quota = (poolsize >= deferred) ? (poolsize - deferred) : 0; local
926 return (quota);
H A Dzfs_ioctl.c2521 uint64_t quota; local
2545 quota = valary[2];
2549 err = zfs_set_userquota(zfsvfs, type, domain, rid, quota);
2744 * receiving quota and reservation out of order.
2979 * 'inherit -S' to revert non-inheritable properties like quota
4572 * refquota pre-receipt will set the dsl's ACTUAL quota, which will prevent
5259 * Retrieve a single {user|group}{used|quota}@... property.
/freebsd-12-stable/sys/dev/iwm/
H A Dif_iwm.c4066 * BEGIN mvm/quota.c
4073 int i, idx, ret, num_active_macs, quota, quota_rem; local
4093 * equally between all the bindings that require quota
4101 quota = 0;
4104 quota = IWM_MAX_QUOTA / num_active_macs;
4116 cmd.quotas[idx].quota = htole32(0);
4119 cmd.quotas[idx].quota = htole32(quota * n_ifs[i]);
4126 cmd.quotas[0].quota = htole32(le32toh(cmd.quotas[0].quota)
[all...]
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c455 /* enable rdma and ethernet interfaces, new quota locations,
474 size = priv->mfunc.master.res_tracker.res_alloc[RES_QP].quota[slave];
479 size = priv->mfunc.master.res_tracker.res_alloc[RES_SRQ].quota[slave];
484 size = priv->mfunc.master.res_tracker.res_alloc[RES_CQ].quota[slave];
508 size = priv->mfunc.master.res_tracker.res_alloc[RES_MPT].quota[slave];
513 size = priv->mfunc.master.res_tracker.res_alloc[RES_MTT].quota[slave];
H A Dmlx4.h542 int *quota; member in struct:resource_allocator
/freebsd-12-stable/sys/fs/nfs/
H A Dnfsport.h107 #include <ufs/ufs/quota.h>
842 * Convert a quota block count to byte count.
/freebsd-12-stable/lib/libsysdecode/
H A Dflags.c57 #include <ufs/ufs/quota.h>
/freebsd-12-stable/usr.sbin/edquota/
H A Dedquota.c51 * Disk quota editor.
57 #include <ufs/ufs/quota.h>
178 warnx("incorrect quota specification: "
213 warnx("incorrect quota specification: "
334 * This routine converts a name for a particular quota type to
336 * getinoquota as to the interpretation of quota types.
360 warnx("%d: unknown quota type", quotatype);
369 * Collect the requested quota information.
416 * Store the requested quota information.
638 * Cause time limit to be reset when the quota
[all...]
/freebsd-12-stable/tests/sys/audit/
H A Dadministrative.c39 #include <ufs/ufs/quota.h>
/freebsd-12-stable/sys/kern/
H A Dkern_lockf.c89 #include <ufs/ufs/quota.h>

Completed in 197 milliseconds

12345