Lines Matching refs:offp
140 quota2_walk_list(union dinode *dp, struct bufarea *hbp, uint64_t *offp, void *a,
143 daddr_t off = iswap64(*offp);
161 ret = (*func)(offp, q2e, off, a);
166 if ((uint64_t)off != iswap64(*offp)) {
169 off = iswap64(*offp);
177 offp = &(q2e->q2e_next);
178 off = iswap64(*offp);
189 quota2_list_check(uint64_t *offp, struct quota2_entry *q2e, uint64_t off,
227 *offp = q2e->q2e_next;
425 quota2_list_qcheck(uint64_t *offp, struct quota2_entry *q2e, uint64_t off,