Home
last modified time | relevance | path

Searched refs:quota2_ufs_rwq2e (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/ufs/ufs/
Dufs_quota2.c601 quota2_ufs_rwq2e(&q2h->q2h_defentry, &q2e, needswap); in quota2_handle_cmd_put()
603 quota2_ufs_rwq2e(&q2e, &q2h->q2h_defentry, needswap); in quota2_handle_cmd_put()
628 quota2_ufs_rwq2e(q2ep, &q2e, needswap); in quota2_handle_cmd_put()
642 quota2_ufs_rwq2e(&q2e, q2ep, needswap); in quota2_handle_cmd_put()
824 quota2_ufs_rwq2e(q2ep, ret, needswap); in quota2_fetch_q2e()
860 quota2_ufs_rwq2e(q2ep, &q2e, needswap); in quota2_fetch_quotaval()
903 quota2_ufs_rwq2e(&q2h->q2h_defentry, &q2e, needswap); in quota2_handle_cmd_get()
1158 quota2_ufs_rwq2e(&q2h->q2h_defentry, default_q2e_ret, needswap); in q2cursor_getkeys()
Dquota2.h108 void quota2_ufs_rwq2e(const struct quota2_entry *, struct quota2_entry *, int);
Dquota2_subr.c101 quota2_ufs_rwq2e(const struct quota2_entry *s, struct quota2_entry *d, in quota2_ufs_rwq2e() function