Home | History | Annotate | Download | only in lfs

Lines Matching refs:hbp

194 quota2_walk_list(struct ulfsmount *ump, struct buf *hbp, int type,
201 struct buf *bp, *obp = hbp;
213 bp = hbp;
232 if (bp != hbp && bp != obp)
236 if (obp != bp && obp != hbp) {
254 if (obp != hbp) {
296 struct buf *hbp, *bp;
306 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
318 brelse(hbp, 0);
331 brelse(hbp, 0);
342 bp = hbp;
348 brelse(hbp, 0);
361 if (hbp != bp) {
362 bwrite(hbp);
690 struct buf *hbp, *bp;
705 error = getq2h(ump, idtype, &hbp, &q2h, 0);
713 brelse(hbp, 0);
767 error = getq2h(ump, idtype, &hbp, &q2h, 0);
775 error = quota2_walk_list(ump, hbp, idtype,
779 bwrite(hbp);
1128 struct buf *hbp;
1140 error = getq2h(ump, idtype, &hbp, &q2h, 0);
1183 error = quota2_walk_list(ump, hbp, idtype, &offset, 0, &gi,
1209 brelse(hbp, 0);