Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A 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_group in reiserfs_parse_alloc_options()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A 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_group in reiserfs_parse_alloc_options()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dshmem.c3571 char *this_char = options; in shmem_parse_options() local
3587 if (*this_char) { in shmem_parse_options()
3588 char *value = strchr(this_char,'='); in shmem_parse_options()
3596 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
/kernel/linux/linux-6.6/mm/
H A Dshmem.c4082 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()

Completed in 15 milliseconds