Searched refs:quota2_ufs_rwq2e (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/ufs/ufs/ |
| D | ufs_quota2.c | 601 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()
|
| D | quota2.h | 108 void quota2_ufs_rwq2e(const struct quota2_entry *, struct quota2_entry *, int);
|
| D | quota2_subr.c | 101 quota2_ufs_rwq2e(const struct quota2_entry *s, struct quota2_entry *d, in quota2_ufs_rwq2e() function
|