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) {
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) {