taglinefilesource code
bhe134fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhe174fs/block_dev.cbhb = bhe = buflist;
bhe219fs/block_dev.cif (bhb == bhe)
bhe230fs/block_dev.cif (*bhe) {
bhe231fs/block_dev.cwait_on_buffer(*bhe);
bhe232fs/block_dev.cif (!(*bhe)->b_uptodate) {  /* read error? */
bhe233fs/block_dev.cbrelse(*bhe);
bhe234fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe235fs/block_dev.cbhe = buflist;
bhe247fs/block_dev.cif (*bhe) {
bhe248fs/block_dev.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe249fs/block_dev.cbrelse(*bhe);
bhe256fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe257fs/block_dev.cbhe = buflist;
bhe258fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe262fs/block_dev.cwhile (bhe != bhb) {
bhe263fs/block_dev.cbrelse(*bhe);
bhe264fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe265fs/block_dev.cbhe = buflist;
bhe77fs/ext/file.cstruct buffer_head ** bhb, ** bhe;
bhe105fs/ext/file.cbhb = bhe = buflist;
bhe141fs/ext/file.cif (bhb == bhe)
bhe150fs/ext/file.cif (*bhe) {
bhe151fs/ext/file.cwait_on_buffer(*bhe);
bhe152fs/ext/file.cif (!(*bhe)->b_uptodate) {  /* read error? */
bhe153fs/ext/file.cbrelse(*bhe);
bhe154fs/ext/file.cif (++bhe == &buflist[NBUF])
bhe155fs/ext/file.cbhe = buflist;
bhe167fs/ext/file.cif (*bhe) {
bhe168fs/ext/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe169fs/ext/file.cbrelse(*bhe);
bhe176fs/ext/file.cif (++bhe == &buflist[NBUF])
bhe177fs/ext/file.cbhe = buflist;
bhe178fs/ext/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe182fs/ext/file.cwhile (bhe != bhb) {
bhe183fs/ext/file.cbrelse(*bhe);
bhe184fs/ext/file.cif (++bhe == &buflist[NBUF])
bhe185fs/ext/file.cbhe = buflist;
bhe82fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhe114fs/ext2/file.cbhb = bhe = buflist;
bhe162fs/ext2/file.cif (bhb == bhe)
bhe176fs/ext2/file.cif (*bhe) {
bhe177fs/ext2/file.cwait_on_buffer (*bhe);
bhe178fs/ext2/file.cif (!(*bhe)->b_uptodate) { /* read error? */
bhe179fs/ext2/file.cbrelse(*bhe);
bhe180fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe181fs/ext2/file.cbhe = buflist;
bhe193fs/ext2/file.cif (*bhe) {
bhe194fs/ext2/file.cmemcpy_tofs (buf, offset + (*bhe)->b_data,
bhe196fs/ext2/file.cbrelse (*bhe);
bhe203fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe204fs/ext2/file.cbhe = buflist;
bhe205fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe211fs/ext2/file.cwhile (bhe != bhb) {
bhe212fs/ext2/file.cbrelse (*bhe);
bhe213fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe214fs/ext2/file.cbhe = buflist;
bhe120fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhe146fs/isofs/file.cbhb = bhe = buflist;
bhe183fs/isofs/file.cif (bhb == bhe)
bhe192fs/isofs/file.cif (*bhe) {/* test for valid buffer */
bhe193fs/isofs/file.cwait_on_buffer(*bhe);
bhe194fs/isofs/file.cif (!(*bhe)->b_uptodate) {
bhe195fs/isofs/file.cbrelse(*bhe);
bhe196fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe197fs/isofs/file.cbhe = buflist;
bhe210fs/isofs/file.cif (*bhe) {
bhe213fs/isofs/file.cunixify_text_buffer(offset+(*bhe)->b_data,
bhe215fs/isofs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe216fs/isofs/file.cbrelse(*bhe);
bhe223fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe224fs/isofs/file.cbhe = buflist;
bhe225fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhe230fs/isofs/file.cwhile (bhe != bhb) {
bhe231fs/isofs/file.cif (*bhe) brelse(*bhe);
bhe232fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe233fs/isofs/file.cbhe = buflist;
bhe71fs/minix/file.cstruct buffer_head ** bhb, ** bhe;
bhe99fs/minix/file.cbhb = bhe = buflist;
bhe135fs/minix/file.cif (bhb == bhe)
bhe144fs/minix/file.cif (*bhe) {
bhe145fs/minix/file.cwait_on_buffer(*bhe);
bhe146fs/minix/file.cif (!(*bhe)->b_uptodate) {  /* read error? */
bhe147fs/minix/file.cbrelse(*bhe);
bhe148fs/minix/file.cif (++bhe == &buflist[NBUF])
bhe149fs/minix/file.cbhe = buflist;
bhe161fs/minix/file.cif (*bhe) {
bhe162fs/minix/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe163fs/minix/file.cbrelse(*bhe);
bhe170fs/minix/file.cif (++bhe == &buflist[NBUF])
bhe171fs/minix/file.cbhe = buflist;
bhe172fs/minix/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe176fs/minix/file.cwhile (bhe != bhb) {
bhe177fs/minix/file.cbrelse(*bhe);
bhe178fs/minix/file.cif (++bhe == &buflist[NBUF])
bhe179fs/minix/file.cbhe = buflist;
bhe116fs/sysv/file.cstruct sysv_buffer * bhb, * bhe;
bhe144fs/sysv/file.cbhb = bhe = buflist;
bhe188fs/sysv/file.cif (bhb == bhe)
bhe197fs/sysv/file.cif (bhe->bh) {
bhe198fs/sysv/file.cwait_on_buffer(bhe->bh);
bhe199fs/sysv/file.cif (!bhe->bh->b_uptodate) {  /* read error? */
bhe200fs/sysv/file.cbrelse(bhe->bh);
bhe201fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe202fs/sysv/file.cbhe = buflist;
bhe214fs/sysv/file.cif (bhe->bh) {
bhe215fs/sysv/file.cmemcpy_tofs(buf,offset+bhe->bh_data,chars);
bhe216fs/sysv/file.cbrelse(bhe->bh);
bhe223fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe224fs/sysv/file.cbhe = buflist;
bhe225fs/sysv/file.c} while (left > 0 && bhe != bhb && (!bhe->bh || !bhe->bh->b_lock));
bhe229fs/sysv/file.cwhile (bhe != bhb) {
bhe230fs/sysv/file.cbrelse(bhe->bh);
bhe231fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe232fs/sysv/file.cbhe = buflist;
bhe75fs/xiafs/file.cstruct buffer_head ** bhb, ** bhe;
bhe98fs/xiafs/file.cbhb = bhe = buflist;
bhe133fs/xiafs/file.cif (bhb == bhe)
bhe142fs/xiafs/file.cif (*bhe) {
bhe143fs/xiafs/file.cwait_on_buffer(*bhe);
bhe144fs/xiafs/file.cif (!(*bhe)->b_uptodate) {  /* read error? */
bhe145fs/xiafs/file.cbrelse(*bhe);
bhe146fs/xiafs/file.cif (++bhe == &buflist[NBUF])
bhe147fs/xiafs/file.cbhe = buflist;
bhe159fs/xiafs/file.cif (*bhe) {
bhe160fs/xiafs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe161fs/xiafs/file.cbrelse(*bhe);
bhe168fs/xiafs/file.cif (++bhe == &buflist[NBUF])
bhe169fs/xiafs/file.cbhe = buflist;
bhe170fs/xiafs/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe174fs/xiafs/file.cwhile (bhe != bhb) {
bhe175fs/xiafs/file.cbrelse(*bhe);
bhe176fs/xiafs/file.cif (++bhe == &buflist[NBUF])
bhe177fs/xiafs/file.cbhe = buflist;