Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/mm/
Dshmem.c3287 char *this_char, *value, *rest; in shmem_parse_options() local
3293 this_char = options; in shmem_parse_options()
3309 if (!*this_char) in shmem_parse_options()
3311 if ((value = strchr(this_char,'=')) != NULL) { in shmem_parse_options()
3315 this_char); in shmem_parse_options()
3319 if (!strcmp(this_char,"size")) { in shmem_parse_options()
3332 } else if (!strcmp(this_char,"nr_blocks")) { in shmem_parse_options()
3336 } else if (!strcmp(this_char,"nr_inodes")) { in shmem_parse_options()
3340 } else if (!strcmp(this_char,"mode")) { in shmem_parse_options()
3346 } else if (!strcmp(this_char,"uid")) { in shmem_parse_options()
[all …]