| ufs_quota2.c | 167 struct buf **bpp, struct quota2_entry **q2ep, int flags) 184 *q2ep = (void *)((char *)bp->b_data + blkoffset); 367 struct quota2_entry **q2ep) 394 q2ep[i] = NULL; 422 dq->dq2_blkoff, &bpp[i], &q2ep[i], 583 struct quota2_entry q2e, *q2ep; local 627 dq->dq2_blkoff, &bp, &q2ep, B_MODIFY); 631 quota2_ufs_rwq2e(q2ep, &q2e, needswap); 645 quota2_ufs_rwq2e(&q2e, q2ep, needswap); 694 struct quota2_entry q2e, *q2ep; local 806 struct quota2_entry *q2ep; local 841 struct quota2_entry *q2ep, q2e; local [all...] |