tag | line | file | source code |
first | 278 | drivers/block/mcd.c | if (ti.cdti_trk0 < DiskInfo.first |
first | 358 | drivers/block/mcd.c | tocHdr.cdth_trk0 = DiskInfo.first; |
first | 375 | drivers/block/mcd.c | || entry.cdte_track < DiskInfo.first) |
first | 1132 | drivers/block/mcd.c | if (getValue(&DiskInfo.first) < 0) return -1; |
first | 1135 | drivers/block/mcd.c | DiskInfo.first = bcd2bin(DiskInfo.first); |
first | 1147 | drivers/block/mcd.c | DiskInfo.first, |
first | 1070 | fs/buffer.c | static unsigned long check_aligned(struct buffer_head * first, unsigned long address, |
first | 1079 | fs/buffer.c | page = (unsigned long) first->b_data; |
first | 1081 | fs/buffer.c | brelse(first); |
first | 1085 | fs/buffer.c | bh[0] = first; |
first | 1091 | fs/buffer.c | first = get_hash_table(dev, block, size); |
first | 1092 | fs/buffer.c | if (!first) |
first | 1094 | fs/buffer.c | bh[nrbuf++] = first; |
first | 1095 | fs/buffer.c | if (page+offset != (unsigned long) first->b_data) |
first | 43 | fs/ext2/balloc.c | #define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1) |
first | 37 | fs/ext2/dcache.c | static struct dir_cache_entry * first = NULL; |
first | 107 | fs/ext2/dcache.c | for (p = first; p != NULL; p = p->next) |
first | 119 | fs/ext2/dcache.c | p->next = first; |
first | 120 | fs/ext2/dcache.c | if (first) |
first | 121 | fs/ext2/dcache.c | first->prev = p; |
first | 124 | fs/ext2/dcache.c | first = p; |
first | 149 | fs/ext2/dcache.c | first = p->next; |
first | 186 | fs/ext2/dcache.c | for (p = first; p != NULL; p = p2) { |
first | 221 | fs/ext2/dcache.c | if (p != first) { |
first | 271 | fs/ext2/dcache.c | if (p != first) { |
first | 230 | fs/hpfs/hpfs.h | unsigned first: 1; /* set on phony ^A^A (".") entry */ |
first | 787 | fs/hpfs/hpfs_fs.c | if (de->directory && !de->first) |
first | 1466 | 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 | 95 | 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 | 65 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |
first | 71 | ipc/util.c | return sys_semop (first, (struct sembuf *)ptr, second); |
first | 73 | ipc/util.c | return sys_semget (first, second, third); |
first | 75 | ipc/util.c | return sys_semctl (first, second, third, ptr); |
first | 82 | ipc/util.c | return sys_msgsnd (first, (struct msgbuf *) ptr, |
first | 90 | ipc/util.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, |
first | 94 | ipc/util.c | return sys_msgget ((key_t) first, second); |
first | 96 | ipc/util.c | return sys_msgctl (first, second, |
first | 104 | ipc/util.c | return sys_shmat (first, (char *) ptr, second, |
first | 109 | ipc/util.c | return sys_shmget (first, second, third); |
first | 111 | ipc/util.c | return sys_shmctl (first, second, |
first | 121 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |