Searched refs:this_char (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/reiserfs/ |
D | bitmap.c | 576 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 …]
|
/linux-6.6.21/mm/ |
D | shmem.c | 4082 char *this_char = options; in shmem_parse_options() local 4098 if (*this_char) { in shmem_parse_options() 4099 char *value = strchr(this_char, '='); in shmem_parse_options() 4107 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
|