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 | 1133 | drivers/block/mcd.c | if (getValue(&DiskInfo.last) < 0) return -1; |
last | 1136 | drivers/block/mcd.c | DiskInfo.last = bcd2bin(DiskInfo.last); |
last | 1148 | drivers/block/mcd.c | DiskInfo.last, |
last | 1176 | drivers/block/mcd.c | i = DiskInfo.last + 3; |
last | 1216 | drivers/block/mcd.c | Toc[DiskInfo.last + 1].diskTime = DiskInfo.diskLength; |
last | 1227 | 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 | 789 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
last | 1293 | fs/hpfs/hpfs_fs.c | if (de->last || de->length == 0) |
last | 1466 | fs/hpfs/hpfs_fs.c | if (de->first || de->last) { |
last | 1553 | 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 | 24 | fs/msdos/fat.c | int first,last,next,copy; |
last | 27 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = nr*2; |
last | 30 | fs/msdos/fat.c | last = first+1; |
last | 37 | fs/msdos/fat.c | if ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) { |
last | 42 | fs/msdos/fat.c | if (!(bh2 = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(last |
last | 163 | fs/msdos/fat.c | struct fat_cache *walk,*last; |
last | 168 | fs/msdos/fat.c | last = NULL; |
last | 169 | fs/msdos/fat.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
last | 178 | fs/msdos/fat.c | if (last == NULL) return; |
last | 179 | fs/msdos/fat.c | last->next = walk->next; |
last | 191 | fs/msdos/fat.c | last->next = NULL; |
last | 262 | fs/msdos/fat.c | int nr,last; |
last | 265 | fs/msdos/fat.c | last = 0; |
last | 267 | fs/msdos/fat.c | last = nr; |
last | 274 | fs/msdos/fat.c | if (last) |
last | 275 | 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 | 96 | include/linux/mcd.h | unsigned char last; |
last | 229 | mm/kmalloc.c | static unsigned long last = 0; |
last | 230 | mm/kmalloc.c | if (last + 10*HZ < jiffies) { |
last | 231 | mm/kmalloc.c | last = jiffies; |
last | 331 | net/socket.c | struct socket *last; |
last | 340 | net/socket.c | if (!(last = servsock->iconn)) servsock->iconn = mysock; |
last | 342 | net/socket.c | while (last->next) last = last->next; |
last | 343 | net/socket.c | last->next = mysock; |
last | 367 | net/socket.c | if ((last = servsock->iconn) == mysock) |
last | 370 | net/socket.c | while (last->next != mysock) last = last->next; |
last | 371 | net/socket.c | last->next = mysock->next; |