taglinefilesource code
bhb134fs/block_dev.cstruct buffer_head ** bhb, ** bhe;
bhb174fs/block_dev.cbhb = bhe = buflist;
bhb206fs/block_dev.c*bhb = getblk(dev, block++, blocksize);
bhb207fs/block_dev.cif (*bhb && !(*bhb)->b_uptodate) {
bhb209fs/block_dev.cbhreq[bhrequest++] = *bhb;
bhb212fs/block_dev.cif (++bhb == &buflist[NBUF])
bhb213fs/block_dev.cbhb = buflist;
bhb219fs/block_dev.cif (bhb == bhe)
bhb258fs/block_dev.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb262fs/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) {
bhb82fs/ext2/file.cstruct buffer_head ** bhb, ** bhe;
bhb114fs/ext2/file.cbhb = bhe = buflist;
bhb146fs/ext2/file.c*bhb = ext2_getblk (inode, block++, 0, &err);
bhb147fs/ext2/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb149fs/ext2/file.cbhreq[bhrequest++] = *bhb;
bhb152fs/ext2/file.cif (++bhb == &buflist[NBUF])
bhb153fs/ext2/file.cbhb = buflist;
bhb162fs/ext2/file.cif (bhb == bhe)
bhb205fs/ext2/file.c} while (left > 0 && bhe != bhb && (!*bhe || !(*bhe)->b_lock));
bhb211fs/ext2/file.cwhile (bhe != bhb) {
bhb120fs/isofs/file.cstruct buffer_head ** bhb, ** bhe;
bhb146fs/isofs/file.cbhb = bhe = buflist;
bhb169fs/isofs/file.c*bhb = getblk(inode->i_dev,isofs_bmap(inode, block++), ISOFS_BUFFER_SIZE(inode));
bhb171fs/isofs/file.cif (*bhb && !(*bhb)->b_uptodate) {
bhb173fs/isofs/file.cbhreq[bhrequest++] = *bhb;
bhb176fs/isofs/file.cif (++bhb == &buflist[NBUF])
bhb177fs/isofs/file.cbhb = buflist;
bhb183fs/isofs/file.cif (bhb == bhe)
bhb225fs/isofs/file.c} while( bhe != bhb && (*bhe == 0 || !(*bhe)->b_lock) && 
bhb230fs/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) {
bhb116fs/sysv/file.cstruct sysv_buffer * bhb, * bhe;
bhb144fs/sysv/file.cbhb = bhe = buflist;
bhb170fs/sysv/file.cbhb->bh = sysv_getblk(inode, block++, 0, &bhb->bh_data);
bhb171fs/sysv/file.cif (bhb->bh && !bhb->bh->b_uptodate) {
bhb175fs/sysv/file.cif (bhreq[bhreqi] == bhb->bh)
bhb177fs/sysv/file.cbhreq[bhrequest++] = bhb->bh;
bhb181fs/sysv/file.cif (++bhb == &buflist[NBUF])
bhb182fs/sysv/file.cbhb = buflist;
bhb188fs/sysv/file.cif (bhb == bhe)
bhb225fs/sysv/file.c} while (left > 0 && bhe != bhb && (!bhe->bh || !bhe->bh->b_lock));
bhb229fs/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) {