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 && !(*bhb)->b_uptodate) {
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 || !(*bhe)->b_lock));
bhb305fs/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;
bhb120fs/ext2/file.cbhb = bhe = buflist;
bhb152fs/ext2/file.c*bhb = ext2_getblk (inode, block++, 0, &err);
bhb153fs/ext2/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb155fs/ext2/file.cbhreq[bhrequest++] = *bhb;
bhb158fs/ext2/file.cif (++bhb == &buflist[NBUF])
bhb159fs/ext2/file.cbhb = buflist;
bhb168fs/ext2/file.cif (bhb == bhe)
bhb210fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb216fs/ext2/file.cwhile (bhe != bhb) {
bhb123fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhb150fs/isofs/file.cbhb = bhe = buflist;
bhb185fs/isofs/file.c*bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE(inode));
bhb187fs/isofs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb189fs/isofs/file.cbhreq[bhrequest++] = *bhb;
bhb192fs/isofs/file.cif (++bhb == &buflist[NBUF])
bhb193fs/isofs/file.cbhb = buflist;
bhb199fs/isofs/file.cif (bhb == bhe)
bhb242fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhb247fs/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) {
bhb79fs/sysv/file.cstruct buffer_head ** bhb, ** bhe;
bhb107fs/sysv/file.cbhb = bhe = buflist;
bhb130fs/sysv/file.c*bhb = sysv_getblk(inode, block++, 0);
bhb131fs/sysv/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb133fs/sysv/file.cbhreq[bhrequest++] = *bhb;
bhb136fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb137fs/sysv/file.cbhb = buflist;
bhb143fs/sysv/file.cif (bhb == bhe)
bhb180fs/sysv/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb184fs/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) {