Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
/linux-6.1.9/mm/
Dshmem.c3579 char *this_char = options; in shmem_parse_options() local
3595 if (*this_char) { in shmem_parse_options()
3596 char *value = strchr(this_char, '='); in shmem_parse_options()
3604 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()