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

  /src/sys/ufs/ufs/
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...]
  /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
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
796 struct quota2_entry *q2ep; local
832 struct quota2_entry *q2ep, q2e; local
    [all...]

Completed in 19 milliseconds