taglinefilesource code
bhb164fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhb204fs/block_dev.cbhb = bhe = buflist;
bhb237fs/block_dev.c*bhb = getblk(dev, block++, blocksize);
bhb238fs/block_dev.cif (*bhb && !(*bhb)->b_uptodate) {
bhb240fs/block_dev.cbhreq[bhrequest++] = *bhb;
bhb243fs/block_dev.cif (++bhb == &buflist[NBUF])
bhb244fs/block_dev.cbhb = buflist;
bhb250fs/block_dev.cif (bhb == bhe)
bhb289fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb293fs/block_dev.cwhile (bhe != bhb) {
bhb77fs/ext/file.cstruct buffer_head ** bhb, ** bhe;
bhb105fs/ext/file.cbhb = bhe = buflist;
bhb128fs/ext/file.c*bhb = ext_getblk(inode, block++, 0);
bhb129fs/ext/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb131fs/ext/file.cbhreq[bhrequest++] = *bhb;
bhb134fs/ext/file.cif (++bhb == &buflist[NBUF])
bhb135fs/ext/file.cbhb = buflist;
bhb141fs/ext/file.cif (bhb == bhe)
bhb178fs/ext/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb182fs/ext/file.cwhile (bhe != bhb) {
bhb86fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhb118fs/ext2/file.cbhb = bhe = buflist;
bhb150fs/ext2/file.c*bhb = ext2_getblk (inode, block++, 0, &err);
bhb151fs/ext2/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb153fs/ext2/file.cbhreq[bhrequest++] = *bhb;
bhb156fs/ext2/file.cif (++bhb == &buflist[NBUF])
bhb157fs/ext2/file.cbhb = buflist;
bhb166fs/ext2/file.cif (bhb == bhe)
bhb209fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb215fs/ext2/file.cwhile (bhe != bhb) {
bhb125fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhb151fs/isofs/file.cbhb = bhe = buflist;
bhb174fs/isofs/file.c*bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE(inode));
bhb176fs/isofs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb178fs/isofs/file.cbhreq[bhrequest++] = *bhb;
bhb181fs/isofs/file.cif (++bhb == &buflist[NBUF])
bhb182fs/isofs/file.cbhb = buflist;
bhb188fs/isofs/file.cif (bhb == bhe)
bhb231fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhb236fs/isofs/file.cwhile (bhe != bhb) {
bhb71fs/minix/file.cstruct buffer_head ** bhb, ** bhe;
bhb99fs/minix/file.cbhb = bhe = buflist;
bhb122fs/minix/file.c*bhb = minix_getblk(inode, block++, 0);
bhb123fs/minix/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb125fs/minix/file.cbhreq[bhrequest++] = *bhb;
bhb128fs/minix/file.cif (++bhb == &buflist[NBUF])
bhb129fs/minix/file.cbhb = buflist;
bhb135fs/minix/file.cif (bhb == bhe)
bhb172fs/minix/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb176fs/minix/file.cwhile (bhe != bhb) {
bhb115fs/sysv/file.cstruct sysv_buffer * bhb, * bhe;
bhb143fs/sysv/file.cbhb = bhe = buflist;
bhb169fs/sysv/file.cbhb->bh = sysv_getblk(inode, block++, 0, &bhb->bh_data);
bhb170fs/sysv/file.cif (bhb->bh && !bhb->bh->b_uptodate) {
bhb174fs/sysv/file.cif (bhreq[bhreqi] == bhb->bh)
bhb176fs/sysv/file.cbhreq[bhrequest++] = bhb->bh;
bhb180fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb181fs/sysv/file.cbhb = buflist;
bhb187fs/sysv/file.cif (bhb == bhe)
bhb224fs/sysv/file.c} while (left > 0 && bhe != bhb && (!bhe->bh || !bhe->bh->b_lock));
bhb228fs/sysv/file.cwhile (bhe != bhb) {
bhb75fs/xiafs/file.cstruct buffer_head ** bhb, ** bhe;
bhb98fs/xiafs/file.cbhb = bhe = buflist;
bhb120fs/xiafs/file.c*bhb = xiafs_getblk(inode, zone_nr++, 0);
bhb121fs/xiafs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb123fs/xiafs/file.cbhreq[bhrequest++] = *bhb;
bhb126fs/xiafs/file.cif (++bhb == &buflist[NBUF])
bhb127fs/xiafs/file.cbhb = buflist;
bhb133fs/xiafs/file.cif (bhb == bhe)
bhb170fs/xiafs/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb174fs/xiafs/file.cwhile (bhe != bhb) {