Lines Matching refs:this_char
2750 char *this_char, *value, *rest; in shmem_parse_options() local
2756 this_char = options; in shmem_parse_options()
2772 if (!*this_char) in shmem_parse_options()
2774 if ((value = strchr(this_char,'=')) != NULL) { in shmem_parse_options()
2779 this_char); in shmem_parse_options()
2783 if (!strcmp(this_char,"size")) { in shmem_parse_options()
2796 } else if (!strcmp(this_char,"nr_blocks")) { in shmem_parse_options()
2800 } else if (!strcmp(this_char,"nr_inodes")) { in shmem_parse_options()
2804 } else if (!strcmp(this_char,"mode")) { in shmem_parse_options()
2810 } else if (!strcmp(this_char,"uid")) { in shmem_parse_options()
2819 } else if (!strcmp(this_char,"gid")) { in shmem_parse_options()
2828 } else if (!strcmp(this_char,"mpol")) { in shmem_parse_options()
2835 this_char); in shmem_parse_options()
2844 value, this_char); in shmem_parse_options()