taglinefilesource code
first451fs/buffer.cstruct buffer_head * breada(dev_t dev,int first, ...)
first456fs/buffer.cva_start(args,first);
first457fs/buffer.cif (!(bh = getblk(dev, first, 1024))) {
first463fs/buffer.cwhile ((first=va_arg(args,int))>=0) {
first464fs/buffer.ctmp = getblk(dev, first, 1024);
first23fs/msdos/fat.cint first,last,next,copy;
first25fs/msdos/fat.cif (MSDOS_SB(sb)->fat_bits == 16) first = last = this*2;
first27fs/msdos/fat.cfirst = this*3/2;
first28fs/msdos/fat.clast = first+1;
first30fs/msdos/fat.cif (!(bh = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(first >>
first35fs/msdos/fat.cif ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) {
first49fs/msdos/fat.cnext = ((unsigned short *) data)[(first & (SECTOR_SIZE-1))
first54fs/msdos/fat.cp_first = &((unsigned char *) data)[first & (SECTOR_SIZE-1)];
first55fs/msdos/fat.cp_last = &((unsigned char *) data2)[(first+1) &
first63fs/msdos/fat.c((unsigned short *) data)[(first & (SECTOR_SIZE-1)) >>
first79fs/msdos/fat.cfat_start+(first >> SECTOR_BITS)+MSDOS_SB(sb)->
first85fs/msdos/fat.cMSDOS_SB(sb)->fat_start+(first >>
first119lib/malloc.cstruct bucket_desc *bdesc, *first;
first122lib/malloc.cfirst = bdesc = (struct bucket_desc *) get_free_page(priority);
first141lib/malloc.cfree_bucket_desc = first;