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

  /src/sys/ufs/lfs/
ulfs_quota2.c 71 static int getq2h(struct ulfsmount *, int, struct buf **,
142 getq2h(struct ulfsmount *ump, int type, function in typeref:typename:int
306 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
598 error = getq2h(ump, key->qk_idtype, &bp, &q2h, B_MODIFY);
705 error = getq2h(ump, idtype, &hbp, &q2h, 0);
767 error = getq2h(ump, idtype, &hbp, &q2h, 0);
894 error = getq2h(ump, qk->qk_idtype, &bp, &q2h, 0);
1140 error = getq2h(ump, idtype, &hbp, &q2h, 0);
1541 error = getq2h(ump, type, &bp, &q2h, 0);
  /src/sys/ufs/ufs/
ufs_quota2.c 66 static int getq2h(struct ufsmount *, int, struct buf **,
137 getq2h(struct ufsmount *ump, int type, function in typeref:typename:int
300 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
596 error = getq2h(ump, key->qk_idtype, &bp, &q2h, B_MODIFY);
707 error = getq2h(ump, idtype, &hbp, &q2h, 0);
772 error = getq2h(ump, idtype, &hbp, &q2h, 0);
898 error = getq2h(ump, qk->qk_idtype, &bp, &q2h, 0);
1142 error = getq2h(ump, idtype, &hbp, &q2h, 0);
1542 error = getq2h(ump, type, &bp, &q2h, 0);

Completed in 131 milliseconds