tag | line | file | source code |
last | 279 | drivers/block/mcd.c | || ti.cdti_trk0 > DiskInfo.last |
last | 285 | drivers/block/mcd.c | if (ti.cdti_trk1 > DiskInfo.last) |
last | 286 | drivers/block/mcd.c | ti. cdti_trk1 = DiskInfo.last; |
last | 359 | drivers/block/mcd.c | tocHdr.cdth_trk1 = DiskInfo.last; |
last | 372 | drivers/block/mcd.c | tocPtr = &Toc[DiskInfo.last + 1]; |
last | 374 | drivers/block/mcd.c | else if (entry.cdte_track > DiskInfo.last |
last | 1119 | drivers/block/mcd.c | if (getValue(&DiskInfo.last) < 0) return -1; |
last | 1122 | drivers/block/mcd.c | DiskInfo.last = bcd2bin(DiskInfo.last); |
last | 1134 | drivers/block/mcd.c | DiskInfo.last, |
last | 1162 | drivers/block/mcd.c | i = DiskInfo.last + 3; |
last | 1202 | drivers/block/mcd.c | Toc[DiskInfo.last + 1].diskTime = DiskInfo.diskLength; |
last | 1213 | drivers/block/mcd.c | for (i = 1; i <= DiskInfo.last; i++) |
last | 38 | fs/ext2/dcache.c | static struct dir_cache_entry * last = NULL; |
last | 122 | fs/ext2/dcache.c | if (!last) |
last | 123 | fs/ext2/dcache.c | last = p; |
last | 153 | fs/ext2/dcache.c | last = p->prev; |
last | 284 | fs/ext2/dcache.c | if (!last) |
last | 287 | fs/ext2/dcache.c | p = last; |
last | 288 | fs/ext2/dcache.c | last = p->prev; |
last | 289 | fs/ext2/dcache.c | if (last) |
last | 290 | fs/ext2/dcache.c | last->next = NULL; |
last | 233 | fs/hpfs/hpfs.h | unsigned last: 1; /* set on phony \377 entry */ |
last | 788 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
last | 1292 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
last | 1465 | fs/hpfs/hpfs_fs.c | if (de->first || de->last) { |
last | 1552 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
last | 60 | fs/msdos/dir.c | int ino,i,i2,last; |
last | 83 | fs/msdos/dir.c | for (i = last = 0; i < 8; i++) { |
last | 86 | fs/msdos/dir.c | if (c != ' ') last = i+1; |
last | 89 | fs/msdos/dir.c | i = last; |
last | 95 | fs/msdos/dir.c | if (c != ' ') last = i+1; |
last | 99 | fs/msdos/dir.c | if ((i = last) != 0) { |
last | 23 | fs/msdos/fat.c | int first,last,next,copy; |
last | 26 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = nr*2; |
last | 29 | fs/msdos/fat.c | last = first+1; |
last | 36 | fs/msdos/fat.c | if ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) { |
last | 41 | fs/msdos/fat.c | if (!(bh2 = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(last |
last | 162 | fs/msdos/fat.c | struct fat_cache *walk,*last; |
last | 167 | fs/msdos/fat.c | last = NULL; |
last | 168 | fs/msdos/fat.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
last | 177 | fs/msdos/fat.c | if (last == NULL) return; |
last | 178 | fs/msdos/fat.c | last->next = walk->next; |
last | 190 | fs/msdos/fat.c | last->next = NULL; |
last | 261 | fs/msdos/fat.c | int nr,last; |
last | 264 | fs/msdos/fat.c | last = 0; |
last | 266 | fs/msdos/fat.c | last = nr; |
last | 273 | fs/msdos/fat.c | if (last) |
last | 274 | fs/msdos/fat.c | fat_access(inode->i_sb,last,MSDOS_SB(inode->i_sb)->fat_bits == |
last | 111 | fs/msdos/misc.c | int count,nr,limit,last,current,sector; |
last | 142 | fs/msdos/misc.c | last = 0; |
last | 144 | fs/msdos/misc.c | cache_lookup(inode,INT_MAX,&last,¤t); |
last | 147 | fs/msdos/misc.c | last = current,-1))) { |
last | 153 | fs/msdos/misc.c | printk("last = %d\n",last); |
last | 155 | fs/msdos/misc.c | if (last) fat_access(inode->i_sb,last,nr); |
last | 161 | fs/msdos/misc.c | if (last) printk("next set to %d\n",fat_access(inode->i_sb,last,-1)); |
last | 95 | include/linux/mcd.h | unsigned char last; |
last | 221 | mm/kmalloc.c | static unsigned long last = 0; |
last | 222 | mm/kmalloc.c | if (last + 10*HZ < jiffies) { |
last | 223 | mm/kmalloc.c | last = jiffies; |
last | 367 | net/socket.c | struct socket *last; |
last | 381 | net/socket.c | if (!(last = servsock->iconn)) servsock->iconn = mysock; |
last | 383 | net/socket.c | while (last->next) last = last->next; |
last | 384 | net/socket.c | last->next = mysock; |
last | 408 | net/socket.c | if ((last = servsock->iconn) == mysock) |
last | 411 | net/socket.c | while (last->next != mysock) last = last->next; |
last | 412 | net/socket.c | last->next = mysock->next; |