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) {
bhb80fs/ext/file.cstruct buffer_head ** bhb, ** bhe;
bhb108fs/ext/file.cbhb = bhe = buflist;
bhb131fs/ext/file.c*bhb = ext_getblk(inode, block++, 0);
bhb132fs/ext/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb134fs/ext/file.cbhreq[bhrequest++] = *bhb;
bhb137fs/ext/file.cif (++bhb == &buflist[NBUF])
bhb138fs/ext/file.cbhb = buflist;
bhb144fs/ext/file.cif (bhb == bhe)
bhb181fs/ext/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb185fs/ext/file.cwhile (bhe != bhb) {
bhb82fs/sysv/file.cstruct buffer_head ** bhb, ** bhe;
bhb110fs/sysv/file.cbhb = bhe = buflist;
bhb133fs/sysv/file.c*bhb = sysv_getblk(inode, block++, 0);
bhb134fs/sysv/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb136fs/sysv/file.cbhreq[bhrequest++] = *bhb;
bhb139fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb140fs/sysv/file.cbhb = buflist;
bhb146fs/sysv/file.cif (bhb == bhe)
bhb183fs/sysv/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb187fs/sysv/file.cwhile (bhe != bhb) {
bhb78fs/xiafs/file.cstruct buffer_head ** bhb, ** bhe;
bhb101fs/xiafs/file.cbhb = bhe = buflist;
bhb123fs/xiafs/file.c*bhb = xiafs_getblk(inode, zone_nr++, 0);
bhb124fs/xiafs/file.cif (*bhb && !buffer_uptodate(*bhb)) {
bhb126fs/xiafs/file.cbhreq[bhrequest++] = *bhb;
bhb129fs/xiafs/file.cif (++bhb == &buflist[NBUF])
bhb130fs/xiafs/file.cbhb = buflist;
bhb136fs/xiafs/file.cif (bhb == bhe)
bhb173fs/xiafs/file.c} while (left > 0 && bhe != bhb && (!*bhe || !buffer_locked(*bhe)));
bhb177fs/xiafs/file.cwhile (bhe != bhb) {