Searched refs:dirid_groups (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 621 if (!strcmp(this_char, "dirid_groups")) { in reiserfs_parse_alloc_options() 622 SET_OPTION(dirid_groups); in reiserfs_parse_alloc_options() 729 if (TEST_OPTION(dirid_groups, s)) { in show_alloc_options() 731 seq_puts(seq, "dirid_groups"); in show_alloc_options() 799 static void dirid_groups(reiserfs_blocknr_hint_t * hint) in dirid_groups() function 1114 if (!unfm_hint && !hint->formatted_node && TEST_OPTION(dirid_groups, s)) { in determine_search_start() 1115 dirid_groups(hint); in determine_search_start() 1118 if (hint->formatted_node && TEST_OPTION(dirid_groups, s)) { in determine_search_start() 1119 dirid_groups(hint); in determine_search_start()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 621 if (!strcmp(this_char, "dirid_groups")) { in reiserfs_parse_alloc_options() 622 SET_OPTION(dirid_groups); in reiserfs_parse_alloc_options() 729 if (TEST_OPTION(dirid_groups, s)) { in show_alloc_options() 731 seq_puts(seq, "dirid_groups"); in show_alloc_options() 799 static void dirid_groups(reiserfs_blocknr_hint_t * hint) in dirid_groups() function 1114 if (!unfm_hint && !hint->formatted_node && TEST_OPTION(dirid_groups, s)) { in determine_search_start() 1115 dirid_groups(hint); in determine_search_start() 1118 if (hint->formatted_node && TEST_OPTION(dirid_groups, s)) { in determine_search_start() 1119 dirid_groups(hint); in determine_search_start()
|
Completed in 5 milliseconds