tag | line | file | source code |
this_char | 145 | fs/ext2/super.c | char * this_char; |
this_char | 150 | fs/ext2/super.c | for (this_char = strtok (options, ","); |
this_char | 151 | fs/ext2/super.c | this_char != NULL; |
this_char | 152 | fs/ext2/super.c | this_char = strtok (NULL, ",")) { |
this_char | 153 | fs/ext2/super.c | if ((value = strchr (this_char, '=')) != NULL) |
this_char | 155 | fs/ext2/super.c | if (!strcmp (this_char, "bsddf")) |
this_char | 157 | fs/ext2/super.c | else if (!strcmp (this_char, "check")) { |
this_char | 176 | fs/ext2/super.c | else if (!strcmp (this_char, "debug")) |
this_char | 178 | fs/ext2/super.c | else if (!strcmp (this_char, "errors")) { |
this_char | 205 | fs/ext2/super.c | else if (!strcmp (this_char, "grpid") || |
this_char | 206 | fs/ext2/super.c | !strcmp (this_char, "bsdgroups")) |
this_char | 208 | fs/ext2/super.c | else if (!strcmp (this_char, "minixdf")) |
this_char | 210 | fs/ext2/super.c | else if (!strcmp (this_char, "nocheck")) { |
this_char | 214 | fs/ext2/super.c | else if (!strcmp (this_char, "nogrpid") || |
this_char | 215 | fs/ext2/super.c | !strcmp (this_char, "sysvgroups")) |
this_char | 217 | fs/ext2/super.c | else if (!strcmp (this_char, "resgid")) { |
this_char | 230 | fs/ext2/super.c | else if (!strcmp (this_char, "resuid")) { |
this_char | 243 | fs/ext2/super.c | else if (!strcmp (this_char, "sb")) { |
this_char | 257 | fs/ext2/super.c | else if (!strcmp (this_char, "grpquota") |
this_char | 258 | fs/ext2/super.c | || !strcmp (this_char, "noquota") |
this_char | 259 | fs/ext2/super.c | || !strcmp (this_char, "quota") |
this_char | 260 | fs/ext2/super.c | || !strcmp (this_char, "usrquota")) |
this_char | 263 | fs/ext2/super.c | printk ("EXT2-fs: Unrecognized mount option %s\n", this_char); |
this_char | 89 | fs/fat/inode.c | char *this_char,*value; |
this_char | 100 | fs/fat/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 101 | fs/fat/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 103 | fs/fat/inode.c | if (!strcmp(this_char,"check") && value) { |
this_char | 111 | fs/fat/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 119 | fs/fat/inode.c | else if (!strcmp(this_char,"dots")) { |
this_char | 122 | fs/fat/inode.c | else if (!strcmp(this_char,"nodots")) { |
this_char | 125 | fs/fat/inode.c | else if (!strcmp(this_char,"showexec")) { |
this_char | 128 | fs/fat/inode.c | else if (!strcmp(this_char,"dotsOK") && value) { |
this_char | 133 | fs/fat/inode.c | else if (!strcmp(this_char,"uid")) { |
this_char | 140 | fs/fat/inode.c | else if (!strcmp(this_char,"gid")) { |
this_char | 147 | fs/fat/inode.c | else if (!strcmp(this_char,"umask")) { |
this_char | 154 | fs/fat/inode.c | else if (!strcmp(this_char,"debug")) { |
this_char | 158 | fs/fat/inode.c | else if (!strcmp(this_char,"fat")) { |
this_char | 165 | fs/fat/inode.c | else if (!strcmp(this_char,"quiet")) { |
this_char | 169 | fs/fat/inode.c | else if (!strcmp(this_char,"blocksize")) { |
this_char | 177 | fs/fat/inode.c | else if (!strcmp(this_char,"sys_immutable")) { |
this_char | 74 | fs/isofs/inode.c | char *this_char,*value; |
this_char | 87 | fs/isofs/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 88 | fs/isofs/inode.c | if (strncmp(this_char,"norock",6) == 0) { |
this_char | 92 | fs/isofs/inode.c | if (strncmp(this_char,"unhide",6) == 0) { |
this_char | 96 | fs/isofs/inode.c | if (strncmp(this_char,"cruft",5) == 0) { |
this_char | 100 | fs/isofs/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 102 | fs/isofs/inode.c | if (!strcmp(this_char,"map") && value) { |
this_char | 109 | fs/isofs/inode.c | else if (!strcmp(this_char,"check") && value) { |
this_char | 116 | fs/isofs/inode.c | else if (!strcmp(this_char,"conv") && value) { |
this_char | 126 | fs/isofs/inode.c | (!strcmp(this_char,"block") || |
this_char | 127 | fs/isofs/inode.c | !strcmp(this_char,"mode") || |
this_char | 128 | fs/isofs/inode.c | !strcmp(this_char,"uid") || |
this_char | 129 | fs/isofs/inode.c | !strcmp(this_char,"gid"))) { |
this_char | 139 | fs/isofs/inode.c | switch(*this_char) { |
this_char | 47 | fs/proc/inode.c | char *this_char,*value; |
this_char | 52 | fs/proc/inode.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 53 | fs/proc/inode.c | if ((value = strchr(this_char,'=')) != NULL) |
this_char | 55 | fs/proc/inode.c | if (!strcmp(this_char,"uid")) { |
this_char | 62 | fs/proc/inode.c | else if (!strcmp(this_char,"gid")) { |
this_char | 81 | fs/vfat/namei.c | char *this_char,*value,save,*savep; |
this_char | 91 | fs/vfat/namei.c | for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { |
this_char | 92 | fs/vfat/namei.c | if ((value = strchr(this_char,'=')) != NULL) { |
this_char | 97 | fs/vfat/namei.c | if (!strcmp(this_char,"uni_xlate")) { |
this_char | 104 | fs/vfat/namei.c | else if (!strcmp(this_char,"posix")) { |
this_char | 111 | fs/vfat/namei.c | else if (!strcmp(this_char,"nonumtail")) { |
this_char | 118 | fs/vfat/namei.c | if (this_char != options) |
this_char | 119 | fs/vfat/namei.c | *(this_char-1) = ','; |