Lines Matching refs:qbh

71 	struct quad_buffer_head qbh;
73 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "chk"))) goto fail;
78 hpfs_brelse4(&qbh);
81 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto fail;
86 hpfs_brelse4(&qbh);
90 hpfs_brelse4(&qbh);
117 struct quad_buffer_head qbh;
130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls;
132 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto uls;
187 hpfs_mark_4buffers_dirty(&qbh);
190 hpfs_brelse4(&qbh);
298 struct quad_buffer_head qbh;
300 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "aip"))) goto end;
303 hpfs_mark_4buffers_dirty(&qbh);
304 hpfs_brelse4(&qbh);
308 hpfs_brelse4(&qbh);
317 struct quad_buffer_head qbh;
329 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "free"))) {
335 hpfs_brelse4(&qbh);
341 hpfs_mark_4buffers_dirty(&qbh);
342 hpfs_brelse4(&qbh);
346 hpfs_mark_4buffers_dirty(&qbh);
347 hpfs_brelse4(&qbh);
365 struct quad_buffer_head qbh;
366 if ((bmp = hpfs_map_dnode_bitmap(s, &qbh))) {
371 hpfs_brelse4(&qbh);
376 hpfs_brelse4(&qbh);
379 bmp = hpfs_map_bitmap(s, b, &qbh, "chkdn1");
385 bmp = hpfs_map_bitmap(s, i, &qbh, "chkdn2");
394 hpfs_brelse4(&qbh);
399 hpfs_brelse4(&qbh);
415 struct quad_buffer_head qbh;
418 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) {
422 hpfs_mark_4buffers_dirty(&qbh);
423 hpfs_brelse4(&qbh);
429 dnode_secno *dno, struct quad_buffer_head *qbh)
439 if (!(d = hpfs_get_4sectors(s, *dno, qbh))) {
531 struct quad_buffer_head qbh;
546 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) {
555 hpfs_brelse4(&qbh);
567 if (!(bmp = hpfs_map_bitmap(s, start_bmp, &qbh, "trim"))) {
576 hpfs_brelse4(&qbh);