Searched refs:bhb (Results 1 – 1 of 1) sorted by relevance
299 struct buffer_head ** bhb, ** bhe; in hfs_do_read() local313 bhb = bhe = buflist; in hfs_do_read()336 *bhb = hfs_getblk(fork, block++, 0); in hfs_do_read()338 if (!(*bhb)) { in hfs_do_read()346 if (!buffer_uptodate(*bhb)) { in hfs_do_read()348 bhreq[bhrequest++] = *bhb; in hfs_do_read()351 if (++bhb == &buflist[NBUF]) { in hfs_do_read()352 bhb = buflist; in hfs_do_read()360 if (bhb == bhe) { in hfs_do_read()416 } while (count && (bhe != bhb) && !buffer_locked(*bhe)); in hfs_do_read()[all …]