Searched refs:concentrating_formatted_nodes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 36 #define concentrating_formatted_nodes(s) test_bit(_ALLOC_concentrating_formatted_nodes, &SB_ALLOC_OPTS(s)) macro 585 if (!strcmp(this_char, "concentrating_formatted_nodes")) { in reiserfs_parse_alloc_options() 587 SET_OPTION(concentrating_formatted_nodes); in reiserfs_parse_alloc_options() 701 if (TEST_OPTION(concentrating_formatted_nodes, s)) { in show_alloc_options() 704 seq_printf(seq, "concentrating_formatted_nodes=%d", in show_alloc_options() 707 seq_puts(seq, "concentrating_formatted_nodes"); in show_alloc_options() 1028 if (concentrating_formatted_nodes(s)) in determine_search_start()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 36 #define concentrating_formatted_nodes(s) test_bit(_ALLOC_concentrating_formatted_nodes, &SB_ALLOC_OPTS(s)) macro 585 if (!strcmp(this_char, "concentrating_formatted_nodes")) { in reiserfs_parse_alloc_options() 587 SET_OPTION(concentrating_formatted_nodes); in reiserfs_parse_alloc_options() 701 if (TEST_OPTION(concentrating_formatted_nodes, s)) { in show_alloc_options() 704 seq_printf(seq, "concentrating_formatted_nodes=%d", in show_alloc_options() 707 seq_puts(seq, "concentrating_formatted_nodes"); in show_alloc_options() 1028 if (concentrating_formatted_nodes(s)) in determine_search_start()
|
Completed in 5 milliseconds