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

  /src/lib/libquota/
quota_schema.c 151 quota_objtype_getname(struct quotahandle *qh, int objtype)
155 return __quota_kernel_objtype_getname(qh, objtype);
162 switch (objtype) {
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype)
179 return __quota_kernel_objtype_isbytes(qh, objtype);
186 switch (objtype) {
quotapvt.h 62 const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
63 int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
quota_kernel.c 120 __quota_kernel_objtype_getname(struct quotahandle *qh, int objtype)
126 args.u.objtypestat.qc_objtype = objtype;
135 __quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype)
141 args.u.objtypestat.qc_objtype = objtype;
  /src/usr.sbin/repquota/
repquota.c 288 int ok, objtype; local
349 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) {
350 if (q[objtype].qv_usage != 0 ||
351 overchar[objtype] != '-') {
361 for (objtype = 0; objtype < REPQUOTA_NUMOBJTYPES; objtype++) {
362 printf("%c", overchar[objtype]);
    [all...]
  /src/sys/ufs/ufs/
ufs_quota2.c 81 quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val,
84 /* make sure we can index q2e_val[] by the fs-independent objtype */
88 q2e->q2e_val[objtype].q2v_hardlimit = val->qv_hardlimit;
89 q2e->q2e_val[objtype].q2v_softlimit = val->qv_softlimit;
90 q2e->q2e_val[objtype].q2v_grace = val->qv_grace;
115 id_t *id, int objtype, struct quotaval *ret)
123 KASSERT(objtype >= 0 && objtype < N_QL);
124 q2val_to_quotaval(&q2e->q2e_val[objtype], ret);
690 int objtype; local
1233 int objtype; local
    [all...]
ufs_quota.c 306 int objtype; local
312 objtype = args->u.objtypestat.qc_objtype;
321 switch (objtype) {
  /src/usr.sbin/edquota/
edquota.c 408 int objtype, struct quotause *qup)
414 qk.qk_objtype = objtype;
415 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
417 qup->source[objtype] = SRC_QUOTA;
427 if (quota_get(qh, &qk, &qup->qv[objtype]) == 0) {
429 qup->source[objtype] = SRC_DEFAULT;
437 quotaval_clear(&qup->qv[objtype]);
438 qup->source[objtype] = SRC_CLEAR;
845 bool haveobjtype; /* true if objtype is valid */
846 unsigned objtype; /* current object type * local
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota2.c 83 quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val,
86 /* make sure we can index q2e_val[] by the fs-independent objtype */
90 q2e->q2e_val[objtype].q2v_hardlimit = val->qv_hardlimit;
91 q2e->q2e_val[objtype].q2v_softlimit = val->qv_softlimit;
92 q2e->q2e_val[objtype].q2v_grace = val->qv_grace;
117 id_t *id, int objtype, struct quotaval *ret)
125 KASSERT(objtype >= 0 && objtype < N_QL);
126 q2val_to_quotaval(&q2e->q2e_val[objtype], ret);
685 int objtype; local
1228 int objtype; local
    [all...]
ulfs_quota.c 306 int objtype; local
312 objtype = args->u.objtypestat.qc_objtype;
321 switch (objtype) {
  /src/sys/kern/
vfs_quotactl.c 60 vfs_quotactl_objtypestat(struct mount *mp, int objtype,
66 args.u.objtypestat.qc_objtype = objtype;
subr_device.c 444 prop_type_t objtype = prop_object_type(propval); local
449 if (objtype != PROP_TYPE_DATA && objtype != PROP_TYPE_STRING) {
462 if (args->reqtype != objtype) {
468 args->type = objtype;
vfs_syscalls.c 893 do_sys_quotactl_objtypestat(struct mount *mp, int objtype,
902 error = vfs_quotactl_objtypestat(mp, objtype, &info_k);
  /src/sys/arch/acorn32/stand/lib/
riscoscalls.h 343 uint32_t objtype; member in struct:fileswitch_dirent
  /src/sys/arch/acorn32/stand/nbfs/
nbfs.c 413 fdp->objtype = dp->d_type == DT_DIR ?

Completed in 25 milliseconds