tag | line | file | source code |
first | 261 | drivers/block/mcd.c | if (ti.cdti_trk0 < DiskInfo.first |
first | 341 | drivers/block/mcd.c | tocHdr.cdth_trk0 = DiskInfo.first; |
first | 358 | drivers/block/mcd.c | || entry.cdte_track < DiskInfo.first) |
first | 1086 | drivers/block/mcd.c | if (getValue(&DiskInfo.first) < 0) return -1; |
first | 1089 | drivers/block/mcd.c | DiskInfo.first = bcd2bin(DiskInfo.first); |
first | 1101 | drivers/block/mcd.c | DiskInfo.first, |
first | 564 | fs/buffer.c | struct buffer_head * breada(dev_t dev,int first, ...) |
first | 570 | fs/buffer.c | va_start(args,first); |
first | 576 | fs/buffer.c | if (!(bh = getblk(dev, first, blocksize))) { |
first | 583 | fs/buffer.c | while ((first=va_arg(args,int))>=0) { |
first | 584 | fs/buffer.c | tmp = getblk(dev, first, blocksize); |
first | 701 | fs/buffer.c | static unsigned long check_aligned(struct buffer_head * first, unsigned long address, |
first | 710 | fs/buffer.c | page = (unsigned long) first->b_data; |
first | 712 | fs/buffer.c | brelse(first); |
first | 716 | fs/buffer.c | bh[0] = first; |
first | 722 | fs/buffer.c | first = get_hash_table(dev, block, size); |
first | 723 | fs/buffer.c | if (!first) |
first | 725 | fs/buffer.c | bh[nrbuf++] = first; |
first | 726 | fs/buffer.c | if (page+offset != (unsigned long) first->b_data) |
first | 36 | fs/ext2/dcache.c | static struct dir_cache_entry * first = NULL; |
first | 106 | fs/ext2/dcache.c | for (p = first; p != NULL; p = p->next) |
first | 118 | fs/ext2/dcache.c | p->next = first; |
first | 119 | fs/ext2/dcache.c | if (first) |
first | 120 | fs/ext2/dcache.c | first->prev = p; |
first | 123 | fs/ext2/dcache.c | first = p; |
first | 148 | fs/ext2/dcache.c | first = p->next; |
first | 185 | fs/ext2/dcache.c | for (p = first; p != NULL; p = p2) { |
first | 220 | fs/ext2/dcache.c | if (p != first) { |
first | 270 | fs/ext2/dcache.c | if (p != first) { |
first | 230 | fs/hpfs/hpfs.h | unsigned first: 1; /* set on phony ^A^A (".") entry */ |
first | 786 | fs/hpfs/hpfs_fs.c | if (de->directory && !de->first) |
first | 1465 | fs/hpfs/hpfs_fs.c | if (de->first || de->last) { |
first | 23 | fs/msdos/fat.c | int first,last,next,copy; |
first | 26 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = nr*2; |
first | 28 | fs/msdos/fat.c | first = nr*3/2; |
first | 29 | fs/msdos/fat.c | last = first+1; |
first | 31 | fs/msdos/fat.c | if (!(bh = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(first >> |
first | 36 | fs/msdos/fat.c | if ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) { |
first | 50 | fs/msdos/fat.c | next = CF_LE_W(((unsigned short *) data)[(first & |
first | 55 | fs/msdos/fat.c | p_first = &((unsigned char *) data)[first & (SECTOR_SIZE-1)]; |
first | 56 | fs/msdos/fat.c | p_last = &((unsigned char *) data2)[(first+1) & |
first | 64 | fs/msdos/fat.c | ((unsigned short *) data)[(first & (SECTOR_SIZE-1)) >> |
first | 80 | fs/msdos/fat.c | fat_start+(first >> SECTOR_BITS)+MSDOS_SB(sb)-> |
first | 86 | fs/msdos/fat.c | MSDOS_SB(sb)->fat_start+(first >> |
first | 89 | include/linux/mcd.h | unsigned char first; |
first | 16 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr); |
first | 70 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |
first | 76 | ipc/util.c | return sys_semop (first, (struct sembuf *)ptr, second); |
first | 78 | ipc/util.c | return sys_semget (first, second, third); |
first | 80 | ipc/util.c | return sys_semctl (first, second, third, ptr); |
first | 87 | ipc/util.c | return sys_msgsnd (first, (struct msgbuf *) ptr, |
first | 95 | ipc/util.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, |
first | 99 | ipc/util.c | return sys_msgget ((key_t) first, second); |
first | 101 | ipc/util.c | return sys_msgctl (first, second, |
first | 109 | ipc/util.c | return sys_shmat (first, (char *) ptr, second, |
first | 114 | ipc/util.c | return sys_shmget (first, second, third); |
first | 116 | ipc/util.c | return sys_shmctl (first, second, |
first | 126 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |