tag | line | file | source code |
this_char | 174 | fs/ext2/super.c | char * this_char; |
this_char | 179 | fs/ext2/super.c | for (this_char = strtok (options, ","); |
this_char | 180 | fs/ext2/super.c | this_char != NULL; |
this_char | 181 | fs/ext2/super.c | this_char = strtok (NULL, ",")) { |
this_char | 182 | fs/ext2/super.c | if ((value = strchr (this_char, '=')) != NULL) |
this_char | 184 | fs/ext2/super.c | if (!strcmp (this_char, "check")) |
this_char | 186 | fs/ext2/super.c | else if (!strcmp (this_char, "sb")) { |
this_char | 194 | fs/ext2/super.c | printk ("EXT2-fs: Unrecognized mount option %s\n", this_char); |
this_char | 67 | fs/isofs/inode.c | char *this_char,*value; |
this_char | 75 | fs/isofs/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 76 | fs/isofs/inode.c | if (strncmp(this_char,"norock",6) == 0) { |
this_char | 80 | fs/isofs/inode.c | if (strncmp(this_char,"cruft",5) == 0) { |
this_char | 84 | fs/isofs/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 86 | fs/isofs/inode.c | if (!strcmp(this_char,"map") && value) { |
this_char | 93 | fs/isofs/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 102 | fs/isofs/inode.c | else if (!strcmp(this_char,"block") && value) { |
this_char | 72 | fs/msdos/inode.c | char *this_char,*value; |
this_char | 81 | fs/msdos/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 82 | fs/msdos/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 84 | fs/msdos/inode.c | if (!strcmp(this_char,"check") && value) { |
this_char | 92 | fs/msdos/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 100 | fs/msdos/inode.c | else if (!strcmp(this_char,"uid")) { |
this_char | 107 | fs/msdos/inode.c | else if (!strcmp(this_char,"gid")) { |
this_char | 114 | fs/msdos/inode.c | else if (!strcmp(this_char,"umask")) { |
this_char | 121 | fs/msdos/inode.c | else if (!strcmp(this_char,"debug")) { |
this_char | 125 | fs/msdos/inode.c | else if (!strcmp(this_char,"fat")) { |
this_char | 132 | fs/msdos/inode.c | else if (!strcmp(this_char,"quiet")) { |