taglinefilesource code
first428fs/buffer.cstruct buffer_head * breada(dev_t dev,int first, ...)
first433fs/buffer.cva_start(args,first);
first434fs/buffer.cif (!(bh = getblk(dev, first, 1024))) {
first441fs/buffer.cwhile ((first=va_arg(args,int))>=0) {
first442fs/buffer.ctmp = getblk(dev, first, 1024);
first34fs/ext2/dcache.cstatic struct dir_cache_entry *first = NULL;
first103fs/ext2/dcache.cfor (p = first; p != NULL; p = p->next)
first115fs/ext2/dcache.cp->next = first;
first116fs/ext2/dcache.cif (first)
first117fs/ext2/dcache.cfirst->prev = p;
first120fs/ext2/dcache.cfirst = p;
first145fs/ext2/dcache.cfirst = p->next;
first178fs/ext2/dcache.cfor (p = first; p != NULL; p = p2) {
first215fs/ext2/dcache.cif (p != first) {
first267fs/ext2/dcache.cif (p != first) {
first23fs/msdos/fat.cint first,last,next,copy;
first26fs/msdos/fat.cif (MSDOS_SB(sb)->fat_bits == 16) first = last = this*2;
first28fs/msdos/fat.cfirst = this*3/2;
first29fs/msdos/fat.clast = first+1;
first31fs/msdos/fat.cif (!(bh = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(first >>
first36fs/msdos/fat.cif ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) {
first50fs/msdos/fat.cnext = CF_LE_W(((unsigned short *) data)[(first &
first55fs/msdos/fat.cp_first = &((unsigned char *) data)[first & (SECTOR_SIZE-1)];
first56fs/msdos/fat.cp_last = &((unsigned char *) data2)[(first+1) &
first64fs/msdos/fat.c((unsigned short *) data)[(first & (SECTOR_SIZE-1)) >>
first80fs/msdos/fat.cfat_start+(first >> SECTOR_BITS)+MSDOS_SB(sb)->
first86fs/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;