tag | line | file | source code |
this | 55 | fs/isofs/inode.c | char *this,*value; |
this | 62 | fs/isofs/inode.c | for (this = strtok(options,","); this; this = strtok(NULL,",")) { |
this | 63 | fs/isofs/inode.c | if (strncmp(this,"norock",6) == 0) { |
this | 67 | fs/isofs/inode.c | if (strncmp(this,"cruft",5) == 0) { |
this | 71 | fs/isofs/inode.c | if ((value = strchr(this,'=')) != NULL) |
this | 73 | fs/isofs/inode.c | if (!strcmp(this,"map") && value) { |
this | 80 | fs/isofs/inode.c | else if (!strcmp(this,"conv") && value) { |
this | 18 | fs/msdos/fat.c | int fat_access(struct super_block *sb,int this,int new_value) |
this | 25 | fs/msdos/fat.c | if ((unsigned) (this-2) >= MSDOS_SB(sb)->clusters) return 0; |
this | 26 | fs/msdos/fat.c | if (MSDOS_SB(sb)->fat_bits == 16) first = last = this*2; |
this | 28 | fs/msdos/fat.c | first = this*3/2; |
this | 58 | fs/msdos/fat.c | if (this & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
this | 67 | fs/msdos/fat.c | if (this & 1) { |
this | 223 | fs/msdos/fat.c | int this,count; |
this | 225 | fs/msdos/fat.c | if (!(this = MSDOS_I(inode)->i_start)) return 0; |
this | 226 | fs/msdos/fat.c | if (!cluster) return this; |
this | 228 | fs/msdos/fat.c | for (cache_lookup(inode,cluster,&count,&this); count < cluster; |
this | 230 | fs/msdos/fat.c | if ((this = fat_access(inode->i_sb,this,-1)) == -1) return 0; |
this | 231 | fs/msdos/fat.c | if (!this) return 0; |
this | 233 | fs/msdos/fat.c | cache_add(inode,cluster,this); |
this | 234 | fs/msdos/fat.c | return this; |
this | 261 | fs/msdos/fat.c | int this,last; |
this | 263 | fs/msdos/fat.c | if (!(this = MSDOS_I(inode)->i_start)) return 0; |
this | 266 | fs/msdos/fat.c | last = this; |
this | 267 | fs/msdos/fat.c | if ((this = fat_access(inode->i_sb,this,-1)) == -1) return 0; |
this | 268 | fs/msdos/fat.c | if (!this) { |
this | 281 | fs/msdos/fat.c | while (this != -1) { |
this | 282 | fs/msdos/fat.c | if (!(this = fat_access(inode->i_sb,this,0))) { |
this | 71 | fs/msdos/inode.c | char *this,*value; |
this | 80 | fs/msdos/inode.c | for (this = strtok(options,","); this; this = strtok(NULL,",")) { |
this | 81 | fs/msdos/inode.c | if ((value = strchr(this,'=')) != NULL) |
this | 83 | fs/msdos/inode.c | if (!strcmp(this,"check") && value) { |
this | 91 | fs/msdos/inode.c | else if (!strcmp(this,"conv") && value) { |
this | 99 | fs/msdos/inode.c | else if (!strcmp(this,"uid")) { |
this | 106 | fs/msdos/inode.c | else if (!strcmp(this,"gid")) { |
this | 113 | fs/msdos/inode.c | else if (!strcmp(this,"umask")) { |
this | 120 | fs/msdos/inode.c | else if (!strcmp(this,"debug")) { |
this | 124 | fs/msdos/inode.c | else if (!strcmp(this,"fat")) { |
this | 131 | fs/msdos/inode.c | else if (!strcmp(this,"quiet")) { |
this | 262 | fs/msdos/inode.c | int free,this; |
this | 272 | fs/msdos/inode.c | for (this = 2; this < MSDOS_SB(sb)->clusters+2; this++) |
this | 273 | fs/msdos/inode.c | if (!fat_access(sb,this,-1)) free++; |
this | 307 | fs/msdos/inode.c | int this; |
this | 353 | fs/msdos/inode.c | if ((this = CF_LE_W(raw_entry->start)) != 0) |
this | 354 | fs/msdos/inode.c | while (this != -1) { |
this | 357 | fs/msdos/inode.c | if (!(this = fat_access(inode->i_sb,this,-1))) |
this | 111 | fs/msdos/misc.c | int count,this,limit,last,current,sector; |
this | 119 | fs/msdos/misc.c | this = limit; /* to keep GCC happy */ |
this | 121 | fs/msdos/misc.c | this = ((count+MSDOS_SB(inode->i_sb)->prev_free) % limit)+2; |
this | 122 | fs/msdos/misc.c | if (fat_access(inode->i_sb,this,-1) == 0) break; |
this | 125 | fs/msdos/misc.c | printk("free cluster: %d\n",this); |
this | 134 | fs/msdos/misc.c | fat_access(inode->i_sb,this,MSDOS_SB(inode->i_sb)->fat_bits == 12 ? |
this | 140 | fs/msdos/misc.c | printk("set to %x\n",fat_access(inode->i_sb,this,-1)); |
this | 155 | fs/msdos/misc.c | if (last) fat_access(inode->i_sb,last,this); |
this | 157 | fs/msdos/misc.c | MSDOS_I(inode)->i_start = this; |
this | 165 | fs/msdos/misc.c | sector = MSDOS_SB(inode->i_sb)->data_start+(this-2)* |
this | 458 | fs/msdos/misc.c | int error,current,prev,this; |
this | 468 | fs/msdos/misc.c | if (!current) this = MSDOS_ROOT_INO; |
this | 475 | fs/msdos/misc.c | if ((error = raw_scan(dir->i_sb,prev,NULL,¤t,&this,NULL, |
this | 482 | fs/msdos/misc.c | return this; |
this | 145 | include/linux/msdos_fs.h | extern int fat_access(struct super_block *sb,int this,int new_value); |
this | 1037 | kernel/blk_drv/floppy.c | struct floppy_struct *this; |
this | 1058 | kernel/blk_drv/floppy.c | if (drive > 3) this = &floppy_type[drive >> 2]; |
this | 1059 | kernel/blk_drv/floppy.c | else if ((this = current_type[drive & 3]) == NULL) |
this | 1065 | kernel/blk_drv/floppy.c | put_fs_byte(((char *) this)[cnt], |