taglinefilesource code
bhb170fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhb214fs/block_dev.cbhb = bhe = buflist;
bhb249fs/block_dev.c*bhb = getblk(dev, block++, blocksize);
bhb250fs/block_dev.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb252fs/block_dev.cbhreq[bhrequest++] = *bhb;
bhb255fs/block_dev.cif (++bhb == &buflist[NBUF])
bhb256fs/block_dev.cbhb = buflist;
bhb262fs/block_dev.cif (bhb == bhe)
bhb301fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb305fs/block_dev.cwhile (bhe != bhb) {
bhb79fs/ext/file.cstruct buffer_head ** bhb, ** bhe;
bhb107fs/ext/file.cbhb = bhe = buflist;
bhb130fs/ext/file.c*bhb = ext_getblk(inode, block++, 0);
bhb131fs/ext/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb133fs/ext/file.cbhreq[bhrequest++] = *bhb;
bhb136fs/ext/file.cif (++bhb == &buflist[NBUF])
bhb137fs/ext/file.cbhb = buflist;
bhb143fs/ext/file.cif (bhb == bhe)
bhb180fs/ext/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb184fs/ext/file.cwhile (bhe != bhb) {
bhb89fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhb122fs/ext2/file.cbhb = bhe = buflist;
bhb154fs/ext2/file.c*bhb = ext2_getblk (inode, block++, 0, &err);
bhb155fs/ext2/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb157fs/ext2/file.cbhreq[bhrequest++] = *bhb;
bhb160fs/ext2/file.cif (++bhb == &buflist[NBUF])
bhb161fs/ext2/file.cbhb = buflist;
bhb170fs/ext2/file.cif (bhb == bhe)
bhb212fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb218fs/ext2/file.cwhile (bhe != bhb) {
bhb125fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhb152fs/isofs/file.cbhb = bhe = buflist;
bhb187fs/isofs/file.c*bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE(inode));
bhb189fs/isofs/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb191fs/isofs/file.cbhreq[bhrequest++] = *bhb;
bhb194fs/isofs/file.cif (++bhb == &buflist[NBUF])
bhb195fs/isofs/file.cbhb = buflist;
bhb201fs/isofs/file.cif (bhb == bhe)
bhb244fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !buffer_locked(*bhe)) && 
bhb249fs/isofs/file.cwhile (bhe != bhb) {
bhb73fs/minix/file.cstruct buffer_head ** bhb, ** bhe;
bhb101fs/minix/file.cbhb = bhe = buflist;
bhb124fs/minix/file.c*bhb = minix_getblk(inode, block++, 0);
bhb125fs/minix/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb127fs/minix/file.cbhreq[bhrequest++] = *bhb;
bhb130fs/minix/file.cif (++bhb == &buflist[NBUF])
bhb131fs/minix/file.cbhb = buflist;
bhb137fs/minix/file.cif (bhb == bhe)
bhb174fs/minix/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb178fs/minix/file.cwhile (bhe != bhb) {
bhb81fs/sysv/file.cstruct buffer_head ** bhb, ** bhe;
bhb109fs/sysv/file.cbhb = bhe = buflist;
bhb132fs/sysv/file.c*bhb = sysv_getblk(inode, block++, 0);
bhb133fs/sysv/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb135fs/sysv/file.cbhreq[bhrequest++] = *bhb;
bhb138fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb139fs/sysv/file.cbhb = buflist;
bhb145fs/sysv/file.cif (bhb == bhe)
bhb182fs/sysv/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb186fs/sysv/file.cwhile (bhe != bhb) {
bhb77fs/xiafs/file.cstruct buffer_head ** bhb, ** bhe;
bhb100fs/xiafs/file.cbhb = bhe = buflist;
bhb122fs/xiafs/file.c*bhb = xiafs_getblk(inode, zone_nr++, 0);
bhb123fs/xiafs/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb125fs/xiafs/file.cbhreq[bhrequest++] = *bhb;
bhb128fs/xiafs/file.cif (++bhb == &buflist[NBUF])
bhb129fs/xiafs/file.cbhb = buflist;
bhb135fs/xiafs/file.cif (bhb == bhe)
bhb172fs/xiafs/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb176fs/xiafs/file.cwhile (bhe != bhb) {