taglinefilesource code
bhb170fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhb211fs/block_dev.cbhb = bhe = buflist;
bhb246fs/block_dev.c*bhb = getblk(dev, block++, blocksize);
bhb247fs/block_dev.cif (*bhb && !(*bhb)->b_uptodate) {
bhb249fs/block_dev.cbhreq[bhrequest++] = *bhb;
bhb252fs/block_dev.cif (++bhb == &buflist[NBUF])
bhb253fs/block_dev.cbhb = buflist;
bhb259fs/block_dev.cif (bhb == bhe)
bhb298fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb302fs/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) {
bhb87fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhb119fs/ext2/file.cbhb = bhe = buflist;
bhb151fs/ext2/file.c*bhb = ext2_getblk (inode, block++, 0, &err);
bhb152fs/ext2/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb154fs/ext2/file.cbhreq[bhrequest++] = *bhb;
bhb157fs/ext2/file.cif (++bhb == &buflist[NBUF])
bhb158fs/ext2/file.cbhb = buflist;
bhb167fs/ext2/file.cif (bhb == bhe)
bhb210fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb216fs/ext2/file.cwhile (bhe != bhb) {
bhb129fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhb156fs/isofs/file.cbhb = bhe = buflist;
bhb191fs/isofs/file.c*bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE(inode));
bhb193fs/isofs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb195fs/isofs/file.cbhreq[bhrequest++] = *bhb;
bhb198fs/isofs/file.cif (++bhb == &buflist[NBUF])
bhb199fs/isofs/file.cbhb = buflist;
bhb205fs/isofs/file.cif (bhb == bhe)
bhb248fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhb253fs/isofs/file.cwhile (bhe != bhb) {
bhb75fs/minix/file.cstruct buffer_head ** bhb, ** bhe;
bhb103fs/minix/file.cbhb = bhe = buflist;
bhb126fs/minix/file.c*bhb = minix_getblk(inode, block++, 0);
bhb127fs/minix/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb129fs/minix/file.cbhreq[bhrequest++] = *bhb;
bhb132fs/minix/file.cif (++bhb == &buflist[NBUF])
bhb133fs/minix/file.cbhb = buflist;
bhb139fs/minix/file.cif (bhb == bhe)
bhb176fs/minix/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb180fs/minix/file.cwhile (bhe != bhb) {
bhb83fs/sysv/file.cstruct buffer_head ** bhb, ** bhe;
bhb111fs/sysv/file.cbhb = bhe = buflist;
bhb134fs/sysv/file.c*bhb = sysv_getblk(inode, block++, 0);
bhb135fs/sysv/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb137fs/sysv/file.cbhreq[bhrequest++] = *bhb;
bhb140fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb141fs/sysv/file.cbhb = buflist;
bhb147fs/sysv/file.cif (bhb == bhe)
bhb184fs/sysv/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb188fs/sysv/file.cwhile (bhe != bhb) {
bhb79fs/xiafs/file.cstruct buffer_head ** bhb, ** bhe;
bhb102fs/xiafs/file.cbhb = bhe = buflist;
bhb124fs/xiafs/file.c*bhb = xiafs_getblk(inode, zone_nr++, 0);
bhb125fs/xiafs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb127fs/xiafs/file.cbhreq[bhrequest++] = *bhb;
bhb130fs/xiafs/file.cif (++bhb == &buflist[NBUF])
bhb131fs/xiafs/file.cbhb = buflist;
bhb137fs/xiafs/file.cif (bhb == bhe)
bhb174fs/xiafs/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb178fs/xiafs/file.cwhile (bhe != bhb) {