taglinefilesource code
nb366include/linux/fs.hextern void ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buffer);
nb329kernel/blk_drv/ll_rw_blk.cvoid ll_rw_swap_file(int rw, int dev, unsigned int *b, int nb, char *buf)
nb349kernel/blk_drv/ll_rw_blk.cfor (i=0; i<nb; i++, buf += BLOCK_SIZE)
nb741zBoot/inflate.cunsigned nb;          /* number of bit length codes */
nb767zBoot/inflate.cnb = 4 + ((unsigned)b & 0xf);         /* number of bit length codes */
nb779zBoot/inflate.cfor (j = 0; j < nb; j++)