taglinefilesource code
bhe80fs/ext/file.cstruct buffer_head ** bhb, ** bhe;
bhe103fs/ext/file.cbhb = bhe = buflist;
bhe117fs/ext/file.cif (bhb != bhe)
bhe120fs/ext/file.cif (*bhe) {
bhe121fs/ext/file.cwait_on_buffer(*bhe);
bhe122fs/ext/file.cif (!(*bhe)->b_uptodate) {
bhe124fs/ext/file.cbrelse(*bhe);
bhe125fs/ext/file.cif (++bhe == &buflist[NBUF])
bhe126fs/ext/file.cbhe = buflist;
bhe127fs/ext/file.c} while (bhe != bhb);
bhe139fs/ext/file.cif (*bhe) {
bhe140fs/ext/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe141fs/ext/file.cbrelse(*bhe);
bhe148fs/ext/file.cif (++bhe == &buflist[NBUF])
bhe149fs/ext/file.cbhe = buflist;
bhe80fs/minix/file.cstruct buffer_head ** bhb, ** bhe;
bhe103fs/minix/file.cbhb = bhe = buflist;
bhe117fs/minix/file.cif (bhb != bhe)
bhe120fs/minix/file.cif (*bhe) {
bhe121fs/minix/file.cwait_on_buffer(*bhe);
bhe122fs/minix/file.cif (!(*bhe)->b_uptodate) {
bhe124fs/minix/file.cbrelse(*bhe);
bhe125fs/minix/file.cif (++bhe == &buflist[NBUF])
bhe126fs/minix/file.cbhe = buflist;
bhe127fs/minix/file.c} while (bhe != bhb);
bhe139fs/minix/file.cif (*bhe) {
bhe140fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe141fs/minix/file.cbrelse(*bhe);
bhe148fs/minix/file.cif (++bhe == &buflist[NBUF])
bhe149fs/minix/file.cbhe = buflist;