/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 in function:printquotas 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 | 78 quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val, 81 /* make sure we can index q2e_val[] by the fs-independent objtype */ 85 q2e->q2e_val[objtype].q2v_hardlimit = val->qv_hardlimit; 86 q2e->q2e_val[objtype].q2v_softlimit = val->qv_softlimit; 87 q2e->q2e_val[objtype].q2v_grace = val->qv_grace; 112 id_t *id, int objtype, struct quotaval *ret) 120 KASSERT(objtype >= 0 && objtype < N_QL); 121 q2val_to_quotaval(&q2e->q2e_val[objtype], ret); 687 int objtype; local in function:quota2_handle_cmd_del 1230 int objtype; local in function:q2cursor_getvals [all...] |
ufs_quota.c | 302 int objtype; local in function:quota_handle_cmd_objtypestat 308 objtype = args->u.objtypestat.qc_objtype; 317 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 in function:readprivs [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 in function:lfsquota2_handle_cmd_del 1228 int objtype; local in function:q2cursor_getvals [all...] |
ulfs_quota.c | 306 int objtype; local in function:quota_handle_cmd_objtypestat 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;
|
vfs_syscalls.c | 892 do_sys_quotactl_objtypestat(struct mount *mp, int objtype, 901 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 ?
|