Lines Matching defs:this_char
576 char *this_char, *value;
581 while ((this_char = strsep(&options, ":")) != NULL) {
582 if ((value = strchr(this_char, '=')) != NULL)
585 if (!strcmp(this_char, "concentrating_formatted_nodes")) {
599 if (!strcmp(this_char, "displacing_large_files")) {
606 if (!strcmp(this_char, "displacing_new_packing_localities")) {
611 if (!strcmp(this_char, "old_hashed_relocation")) {
616 if (!strcmp(this_char, "new_hashed_relocation")) {
621 if (!strcmp(this_char, "dirid_groups")) {
625 if (!strcmp(this_char, "oid_groups")) {
629 if (!strcmp(this_char, "packing_groups")) {
633 if (!strcmp(this_char, "hashed_formatted_nodes")) {
638 if (!strcmp(this_char, "skip_busy")) {
643 if (!strcmp(this_char, "hundredth_slices")) {
648 if (!strcmp(this_char, "old_way")) {
653 if (!strcmp(this_char, "displace_based_on_dirid")) {
658 if (!strcmp(this_char, "preallocmin")) {
665 if (!strcmp(this_char, "preallocsize")) {
675 this_char);