HomeSort by: relevance | last modified time | path
    Searched defs:q2ep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
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...]
  /src/sys/ufs/ufs/
ufs_quota2.c 164 struct buf **bpp, struct quota2_entry **q2ep, int flags)
181 *q2ep = (void *)((char *)bp->b_data + blkoffset);
364 struct quota2_entry **q2ep)
391 q2ep[i] = NULL;
419 dq->dq2_blkoff, &bpp[i], &q2ep[i],
580 struct quota2_entry q2e, *q2ep; local in function:quota2_handle_cmd_put
624 dq->dq2_blkoff, &bp, &q2ep, B_MODIFY);
628 quota2_ufs_rwq2e(q2ep, &q2e, needswap);
642 quota2_ufs_rwq2e(&q2e, q2ep, needswap);
691 struct quota2_entry q2e, *q2ep; local in function:quota2_handle_cmd_del
803 struct quota2_entry *q2ep; local in function:quota2_fetch_q2e
838 struct quota2_entry *q2ep, q2e; local in function:quota2_fetch_quotaval
    [all...]

Completed in 12 milliseconds