tag | line | file | source code |
last | 70 | fs/msdos/dir.c | int ino,i,i2,last; |
last | 94 | fs/msdos/dir.c | for (i = last = 0; i < 8; i++) { |
last | 97 | fs/msdos/dir.c | if (c != ' ') last = i+1; |
last | 100 | fs/msdos/dir.c | i = last; |
last | 109 | fs/msdos/dir.c | if (c != ' ') last = i; |
last | 112 | fs/msdos/dir.c | if (i = last) { |
last | 22 | fs/msdos/fat.c | int first,last,next,copy; |
last | 24 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = this*2; |
last | 27 | fs/msdos/fat.c | last = first+1; |
last | 34 | fs/msdos/fat.c | if ((first >> SECTOR_BITS) == (last >> SECTOR_BITS)) { |
last | 39 | fs/msdos/fat.c | if (!(bh2 = msdos_sread(sb->s_dev,MSDOS_SB(sb)->fat_start+(last |
last | 154 | fs/msdos/fat.c | struct fat_cache *walk,*last; |
last | 159 | fs/msdos/fat.c | last = NULL; |
last | 160 | fs/msdos/fat.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
last | 166 | fs/msdos/fat.c | if (last == NULL) return; |
last | 167 | fs/msdos/fat.c | last->next = walk->next; |
last | 179 | fs/msdos/fat.c | last->next = NULL; |
last | 250 | fs/msdos/fat.c | int this,last; |
last | 253 | fs/msdos/fat.c | last = 0; |
last | 255 | fs/msdos/fat.c | last = this; |
last | 263 | fs/msdos/fat.c | if (last) |
last | 264 | fs/msdos/fat.c | fat_access(inode->i_sb,last,MSDOS_SB(inode->i_sb)->fat_bits == |
last | 65 | fs/msdos/misc.c | int count,this,limit,last,current,sector; |
last | 95 | fs/msdos/misc.c | last = inode->i_size ? get_cluster(inode,(inode->i_size-1)/ |
last | 99 | fs/msdos/misc.c | last = 0; |
last | 101 | fs/msdos/misc.c | cache_lookup(inode,0x7fffffff,&last,¤t); |
last | 104 | fs/msdos/misc.c | last = current,-1))) |
last | 109 | fs/msdos/misc.c | printk("last = %d\r\n",last); |
last | 111 | fs/msdos/misc.c | if (last) fat_access(inode->i_sb,last,this); |
last | 117 | fs/msdos/misc.c | if (last) printk("next set to %d\r\n",fat_access(inode->i_sb,last,-1)); |
last | 352 | net/socket.c | struct socket *last; |
last | 366 | net/socket.c | if (!(last = servsock->iconn)) |
last | 369 | net/socket.c | while (last->next) |
last | 370 | net/socket.c | last = last->next; |
last | 371 | net/socket.c | last->next = mysock; |
last | 394 | net/socket.c | if ((last = servsock->iconn) == mysock) |
last | 397 | net/socket.c | while (last->next != mysock) |
last | 398 | net/socket.c | last = last->next; |
last | 399 | net/socket.c | last->next = mysock->next; |