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);
|