taglinefilesource code
bhe164fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhe204fs/block_dev.cbhb = bhe = buflist;
bhe250fs/block_dev.cif (bhb == bhe)
bhe261fs/block_dev.cif (*bhe) {
bhe262fs/block_dev.cwait_on_buffer(*bhe);
bhe263fs/block_dev.cif (!(*bhe)->b_uptodate) {  /* read error? */
bhe264fs/block_dev.cbrelse(*bhe);
bhe265fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe266fs/block_dev.cbhe = buflist;
bhe278fs/block_dev.cif (*bhe) {
bhe279fs/block_dev.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe280fs/block_dev.cbrelse(*bhe);
bhe287fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe288fs/block_dev.cbhe = buflist;
bhe289fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe293fs/block_dev.cwhile (bhe != bhb) {
bhe294fs/block_dev.cbrelse(*bhe);
bhe295fs/block_dev.cif (++bhe == &buflist[NBUF])
bhe296fs/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;
bhe86fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhe118fs/ext2/file.cbhb = bhe = buflist;
bhe166fs/ext2/file.cif (bhb == bhe)
bhe180fs/ext2/file.cif (*bhe) {
bhe181fs/ext2/file.cwait_on_buffer (*bhe);
bhe182fs/ext2/file.cif (!(*bhe)->b_uptodate) { /* read error? */
bhe183fs/ext2/file.cbrelse(*bhe);
bhe184fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe185fs/ext2/file.cbhe = buflist;
bhe197fs/ext2/file.cif (*bhe) {
bhe198fs/ext2/file.cmemcpy_tofs (buf, offset + (*bhe)->b_data,
bhe200fs/ext2/file.cbrelse (*bhe);
bhe207fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe208fs/ext2/file.cbhe = buflist;
bhe209fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhe215fs/ext2/file.cwhile (bhe != bhb) {
bhe216fs/ext2/file.cbrelse (*bhe);
bhe217fs/ext2/file.cif (++bhe == &buflist[NBUF])
bhe218fs/ext2/file.cbhe = buflist;
bhe125fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhe151fs/isofs/file.cbhb = bhe = buflist;
bhe188fs/isofs/file.cif (bhb == bhe)
bhe197fs/isofs/file.cif (*bhe) {/* test for valid buffer */
bhe198fs/isofs/file.cwait_on_buffer(*bhe);
bhe199fs/isofs/file.cif (!(*bhe)->b_uptodate) {
bhe200fs/isofs/file.cbrelse(*bhe);
bhe201fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe202fs/isofs/file.cbhe = buflist;
bhe215fs/isofs/file.cif (*bhe) {
bhe218fs/isofs/file.cunixify_to_fs(buf, offset+(*bhe)->b_data, chars, 
bhe221fs/isofs/file.cmemcpy_tofs(buf,offset+(*bhe)->b_data,chars);
bhe222fs/isofs/file.cbrelse(*bhe);
bhe229fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe230fs/isofs/file.cbhe = buflist;
bhe231fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhe236fs/isofs/file.cwhile (bhe != bhb) {
bhe237fs/isofs/file.cif (*bhe) brelse(*bhe);
bhe238fs/isofs/file.cif (++bhe == &buflist[NBUF])
bhe239fs/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;
bhe115fs/sysv/file.cstruct sysv_buffer * bhb, * bhe;
bhe143fs/sysv/file.cbhb = bhe = buflist;
bhe187fs/sysv/file.cif (bhb == bhe)
bhe196fs/sysv/file.cif (bhe->bh) {
bhe197fs/sysv/file.cwait_on_buffer(bhe->bh);
bhe198fs/sysv/file.cif (!bhe->bh->b_uptodate) {  /* read error? */
bhe199fs/sysv/file.cbrelse(bhe->bh);
bhe200fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe201fs/sysv/file.cbhe = buflist;
bhe213fs/sysv/file.cif (bhe->bh) {
bhe214fs/sysv/file.cmemcpy_tofs(buf,offset+bhe->bh_data,chars);
bhe215fs/sysv/file.cbrelse(bhe->bh);
bhe222fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe223fs/sysv/file.cbhe = buflist;
bhe224fs/sysv/file.c} while (left > 0 && bhe != bhb && (!bhe->bh || !bhe->bh->b_lock));
bhe228fs/sysv/file.cwhile (bhe != bhb) {
bhe229fs/sysv/file.cbrelse(bhe->bh);
bhe230fs/sysv/file.cif (++bhe == &buflist[NBUF])
bhe231fs/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;