Lines Matching refs:this_char
2086 char *this_char, *value, *rest; in shmem_parse_options() local
2089 this_char = options; in shmem_parse_options()
2105 if (!*this_char) in shmem_parse_options()
2107 if ((value = strchr(this_char,'=')) != NULL) { in shmem_parse_options()
2112 this_char); in shmem_parse_options()
2116 if (!strcmp(this_char,"size")) { in shmem_parse_options()
2129 } else if (!strcmp(this_char,"nr_blocks")) { in shmem_parse_options()
2133 } else if (!strcmp(this_char,"nr_inodes")) { in shmem_parse_options()
2137 } else if (!strcmp(this_char,"mode")) { in shmem_parse_options()
2143 } else if (!strcmp(this_char,"uid")) { in shmem_parse_options()
2149 } else if (!strcmp(this_char,"gid")) { in shmem_parse_options()
2155 } else if (!strcmp(this_char,"mpol")) { in shmem_parse_options()
2160 this_char); in shmem_parse_options()
2168 value, this_char); in shmem_parse_options()