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

  /src/sys/ufs/ufs/
quota2_subr.c 90 quota2_ufs_rwq2v(const struct quota2_val *s, struct quota2_val *d, function in typeref:typename:void
104 quota2_ufs_rwq2v(&s->q2e_val[QL_BLOCK], &d->q2e_val[QL_BLOCK],
106 quota2_ufs_rwq2v(&s->q2e_val[QL_FILE], &d->q2e_val[QL_FILE],
quota2.h 107 void quota2_ufs_rwq2v(const struct quota2_val *, struct quota2_val *, int);
ufs_quota2.c 491 quota2_ufs_rwq2v(&q2e[i]->q2e_val[vtype], &q2v, needswap);
538 quota2_ufs_rwq2v(&q2v, &q2e[i]->q2e_val[vtype],

Completed in 12 milliseconds