tag | line | file | source code |
this | 17 | fs/msdos/fat.c | int fat_access(struct super_block *sb,int this,int new_value) |
this | 24 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = this*2; |
this | 26 | fs/msdos/fat.c | first = this*3/2; |
this | 55 | fs/msdos/fat.c | if (this & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
this | 64 | fs/msdos/fat.c | if (this & 1) { |
this | 212 | fs/msdos/fat.c | int this,count; |
this | 214 | fs/msdos/fat.c | if (!(this = inode->i_data[D_START])) return 0; |
this | 215 | fs/msdos/fat.c | if (!cluster) return this; |
this | 217 | fs/msdos/fat.c | for (cache_lookup(inode,cluster,&count,&this); count < cluster; |
this | 219 | fs/msdos/fat.c | if ((this = fat_access(inode->i_sb,this,-1)) == -1) return 0; |
this | 220 | fs/msdos/fat.c | if (!this) return 0; |
this | 222 | fs/msdos/fat.c | cache_add(inode,cluster,this); |
this | 223 | fs/msdos/fat.c | return this; |
this | 250 | fs/msdos/fat.c | int this,last; |
this | 252 | fs/msdos/fat.c | if (!(this = inode->i_data[D_START])) return 0; |
this | 255 | fs/msdos/fat.c | last = this; |
this | 256 | fs/msdos/fat.c | if ((this = fat_access(inode->i_sb,this,-1)) == -1) |
this | 258 | fs/msdos/fat.c | if (!this) { |
this | 270 | fs/msdos/fat.c | while (this != -1) |
this | 271 | fs/msdos/fat.c | if (!(this = fat_access(inode->i_sb,this,0))) |
this | 59 | fs/msdos/inode.c | char *this,*value; |
this | 64 | fs/msdos/inode.c | for (this = strtok(options,","); this; this = strtok(NULL,",")) { |
this | 65 | fs/msdos/inode.c | if (value = strchr(this,'=')) *value++ = 0; |
this | 66 | fs/msdos/inode.c | if (!strcmp(this,"check") && value) { |
this | 74 | fs/msdos/inode.c | else if (!strcmp(this,"conv") && value) { |
this | 159 | fs/msdos/inode.c | int cluster_size,free,this; |
this | 166 | fs/msdos/inode.c | for (this = 2; this < MSDOS_SB(sb)->clusters+2; this++) |
this | 167 | fs/msdos/inode.c | if (!fat_access(sb,this,-1)) free++; |
this | 198 | fs/msdos/inode.c | int this; |
this | 228 | fs/msdos/inode.c | for (this = raw_entry->start; this && this != -1; this = |
this | 229 | fs/msdos/inode.c | fat_access(inode->i_sb,this,-1)) |
this | 65 | fs/msdos/misc.c | int count,this,limit,last,current,sector; |
this | 73 | fs/msdos/misc.c | this = limit; /* to keep GCC happy */ |
this | 75 | fs/msdos/misc.c | this = ((count+previous) % limit)+2; |
this | 76 | fs/msdos/misc.c | if (fat_access(inode->i_sb,this,-1) == 0) break; |
this | 79 | fs/msdos/misc.c | printk("free cluster: %d\r\n",this); |
this | 87 | fs/msdos/misc.c | fat_access(inode->i_sb,this,MSDOS_SB(inode->i_sb)->fat_bits == 12 ? |
this | 92 | fs/msdos/misc.c | printk("set to %x\r\n",fat_access(inode->i_sb,this,-1)); |
this | 111 | fs/msdos/misc.c | if (last) fat_access(inode->i_sb,last,this); |
this | 113 | fs/msdos/misc.c | inode->i_data[D_START] = this; |
this | 121 | fs/msdos/misc.c | sector = MSDOS_SB(inode->i_sb)->data_start+(this-2)* |
this | 342 | fs/msdos/misc.c | int error,current,prev,this; |
this | 352 | fs/msdos/misc.c | if (!current) this = MSDOS_ROOT_INO; |
this | 359 | fs/msdos/misc.c | if ((error = raw_scan(dir->i_sb,prev,NULL,current,&this)) < 0) { |
this | 365 | fs/msdos/misc.c | return this; |
this | 127 | include/linux/msdos_fs.h | extern int fat_access(struct super_block *sb,int this,int new_value); |
this | 1006 | kernel/blk_drv/floppy.c | struct floppy_struct *this; |
this | 1024 | kernel/blk_drv/floppy.c | if (drive > 3) this = &floppy_type[drive >> 2]; |
this | 1025 | kernel/blk_drv/floppy.c | else if ((this = current_type[drive & 3]) == NULL) |
this | 1029 | kernel/blk_drv/floppy.c | put_fs_byte(((char *) this)[cnt], |