Lines Matching refs:this_char
2741 char *this_char, *value, *rest; in shmem_parse_options() local
2747 this_char = options; in shmem_parse_options()
2763 if (!*this_char) in shmem_parse_options()
2765 if ((value = strchr(this_char,'=')) != NULL) { in shmem_parse_options()
2770 this_char); in shmem_parse_options()
2774 if (!strcmp(this_char,"size")) { in shmem_parse_options()
2787 } else if (!strcmp(this_char,"nr_blocks")) { in shmem_parse_options()
2791 } else if (!strcmp(this_char,"nr_inodes")) { in shmem_parse_options()
2795 } else if (!strcmp(this_char,"mode")) { in shmem_parse_options()
2801 } else if (!strcmp(this_char,"uid")) { in shmem_parse_options()
2810 } else if (!strcmp(this_char,"gid")) { in shmem_parse_options()
2819 } else if (!strcmp(this_char,"mpol")) { in shmem_parse_options()
2826 this_char); in shmem_parse_options()
2835 value, this_char); in shmem_parse_options()