Home
last modified time | relevance | path

Searched refs:this_char (Results 1 – 1 of 1) sorted by relevance

/fs/reiserfs/
Dbitmap.c576 char *this_char, *value; in reiserfs_parse_alloc_options() local
581 while ((this_char = strsep(&options, ":")) != NULL) { in reiserfs_parse_alloc_options()
582 if ((value = strchr(this_char, '=')) != NULL) in reiserfs_parse_alloc_options()
585 if (!strcmp(this_char, "concentrating_formatted_nodes")) { in reiserfs_parse_alloc_options()
599 if (!strcmp(this_char, "displacing_large_files")) { in reiserfs_parse_alloc_options()
606 if (!strcmp(this_char, "displacing_new_packing_localities")) { in reiserfs_parse_alloc_options()
611 if (!strcmp(this_char, "old_hashed_relocation")) { in reiserfs_parse_alloc_options()
616 if (!strcmp(this_char, "new_hashed_relocation")) { in reiserfs_parse_alloc_options()
621 if (!strcmp(this_char, "dirid_groups")) { in reiserfs_parse_alloc_options()
625 if (!strcmp(this_char, "oid_groups")) { in reiserfs_parse_alloc_options()
[all …]