tag | line | file | source code |
this_char | 138 | fs/ext2/super.c | char * this_char; |
this_char | 143 | fs/ext2/super.c | for (this_char = strtok (options, ","); |
this_char | 144 | fs/ext2/super.c | this_char != NULL; |
this_char | 145 | fs/ext2/super.c | this_char = strtok (NULL, ",")) { |
this_char | 146 | fs/ext2/super.c | if ((value = strchr (this_char, '=')) != NULL) |
this_char | 148 | fs/ext2/super.c | if (!strcmp (this_char, "bsddf")) |
this_char | 150 | fs/ext2/super.c | else if (!strcmp (this_char, "check")) { |
this_char | 169 | fs/ext2/super.c | else if (!strcmp (this_char, "debug")) |
this_char | 171 | fs/ext2/super.c | else if (!strcmp (this_char, "errors")) { |
this_char | 198 | fs/ext2/super.c | else if (!strcmp (this_char, "grpid") || |
this_char | 199 | fs/ext2/super.c | !strcmp (this_char, "bsdgroups")) |
this_char | 201 | fs/ext2/super.c | else if (!strcmp (this_char, "minixdf")) |
this_char | 203 | fs/ext2/super.c | else if (!strcmp (this_char, "nocheck")) { |
this_char | 207 | fs/ext2/super.c | else if (!strcmp (this_char, "nogrpid") || |
this_char | 208 | fs/ext2/super.c | !strcmp (this_char, "sysvgroups")) |
this_char | 210 | fs/ext2/super.c | else if (!strcmp (this_char, "resgid")) { |
this_char | 223 | fs/ext2/super.c | else if (!strcmp (this_char, "resuid")) { |
this_char | 236 | fs/ext2/super.c | else if (!strcmp (this_char, "sb")) { |
this_char | 250 | fs/ext2/super.c | printk ("EXT2-fs: Unrecognized mount option %s\n", this_char); |
this_char | 77 | fs/isofs/inode.c | char *this_char,*value; |
this_char | 89 | fs/isofs/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 90 | fs/isofs/inode.c | if (strncmp(this_char,"norock",6) == 0) { |
this_char | 94 | fs/isofs/inode.c | if (strncmp(this_char,"unhide",6) == 0) { |
this_char | 98 | fs/isofs/inode.c | if (strncmp(this_char,"cruft",5) == 0) { |
this_char | 102 | fs/isofs/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 104 | fs/isofs/inode.c | if (!strcmp(this_char,"map") && value) { |
this_char | 111 | fs/isofs/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 121 | fs/isofs/inode.c | (!strcmp(this_char,"block") || |
this_char | 122 | fs/isofs/inode.c | !strcmp(this_char,"mode") || |
this_char | 123 | fs/isofs/inode.c | !strcmp(this_char,"uid") || |
this_char | 124 | fs/isofs/inode.c | !strcmp(this_char,"gid"))) { |
this_char | 134 | fs/isofs/inode.c | switch(*this_char) { |
this_char | 86 | fs/msdos/inode.c | char *this_char,*value; |
this_char | 95 | fs/msdos/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 96 | fs/msdos/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 98 | fs/msdos/inode.c | if (!strcmp(this_char,"check") && value) { |
this_char | 106 | fs/msdos/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 114 | fs/msdos/inode.c | else if (!strcmp(this_char,"uid")) { |
this_char | 121 | fs/msdos/inode.c | else if (!strcmp(this_char,"gid")) { |
this_char | 128 | fs/msdos/inode.c | else if (!strcmp(this_char,"umask")) { |
this_char | 135 | fs/msdos/inode.c | else if (!strcmp(this_char,"debug")) { |
this_char | 139 | fs/msdos/inode.c | else if (!strcmp(this_char,"fat")) { |
this_char | 146 | fs/msdos/inode.c | else if (!strcmp(this_char,"quiet")) { |
this_char | 150 | fs/msdos/inode.c | else if (!strcmp(this_char,"blocksize")) { |
this_char | 51 | fs/proc/inode.c | char *this_char,*value; |
this_char | 56 | fs/proc/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 57 | fs/proc/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 59 | fs/proc/inode.c | if (!strcmp(this_char,"uid")) { |
this_char | 66 | fs/proc/inode.c | else if (!strcmp(this_char,"gid")) { |