Lines Matching refs:this_char

530 	char *this_char, *value;  in reiserfs_parse_alloc_options()  local
534 while ((this_char = strsep(&options, ":")) != NULL) { in reiserfs_parse_alloc_options()
535 if ((value = strchr(this_char, '=')) != NULL) in reiserfs_parse_alloc_options()
538 if (!strcmp(this_char, "concentrating_formatted_nodes")) { in reiserfs_parse_alloc_options()
552 if (!strcmp(this_char, "displacing_large_files")) { in reiserfs_parse_alloc_options()
559 if (!strcmp(this_char, "displacing_new_packing_localities")) { in reiserfs_parse_alloc_options()
564 if (!strcmp(this_char, "old_hashed_relocation")) { in reiserfs_parse_alloc_options()
569 if (!strcmp(this_char, "new_hashed_relocation")) { in reiserfs_parse_alloc_options()
574 if (!strcmp(this_char, "dirid_groups")) { in reiserfs_parse_alloc_options()
578 if (!strcmp(this_char, "oid_groups")) { in reiserfs_parse_alloc_options()
582 if (!strcmp(this_char, "packing_groups")) { in reiserfs_parse_alloc_options()
586 if (!strcmp(this_char, "hashed_formatted_nodes")) { in reiserfs_parse_alloc_options()
591 if (!strcmp(this_char, "skip_busy")) { in reiserfs_parse_alloc_options()
596 if (!strcmp(this_char, "hundredth_slices")) { in reiserfs_parse_alloc_options()
601 if (!strcmp(this_char, "old_way")) { in reiserfs_parse_alloc_options()
606 if (!strcmp(this_char, "displace_based_on_dirid")) { in reiserfs_parse_alloc_options()
611 if (!strcmp(this_char, "preallocmin")) { in reiserfs_parse_alloc_options()
618 if (!strcmp(this_char, "preallocsize")) { in reiserfs_parse_alloc_options()
628 this_char); in reiserfs_parse_alloc_options()