ulfs_quota2.c | 169 struct buf **bpp, struct quota2_entry **q2ep, int flags) 185 *q2ep = (void *)((char *)bp->b_data + blkoffset); 370 struct quota2_entry **q2ep) 394 q2ep[i] = NULL; 422 dq->dq2_blkoff, &bpp[i], &q2ep[i], 584 struct quota2_entry q2e, *q2ep; local in function:lfsquota2_handle_cmd_put 626 dq->dq2_blkoff, &bp, &q2ep, B_MODIFY); 630 lfsquota2_ulfs_rwq2e(q2ep, &q2e, needswap); 641 lfsquota2_ulfs_rwq2e(&q2e, q2ep, needswap); 689 struct quota2_entry q2e, *q2ep; local in function:lfsquota2_handle_cmd_del 796 struct quota2_entry *q2ep; local in function:quota2_fetch_q2e 832 struct quota2_entry *q2ep, q2e; local in function:quota2_fetch_quotaval [all...] |