Searched refs:displacing_large_files (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | bitmap.c | 37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s)) macro 599 if (!strcmp(this_char, "displacing_large_files")) { in reiserfs_parse_alloc_options() 600 SET_OPTION(displacing_large_files); in reiserfs_parse_alloc_options() 709 if (TEST_OPTION(displacing_large_files, s)) { in show_alloc_options() 712 seq_printf(seq, "displacing_large_files=%lu", in show_alloc_options() 715 seq_puts(seq, "displacing_large_files"); in show_alloc_options() 1054 if (displacing_large_files(s) && !hint->formatted_node in determine_search_start() 1096 && !(displacing_large_files(s) && !hint->formatted_node)) { in determine_search_start()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | bitmap.c | 37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s)) macro 599 if (!strcmp(this_char, "displacing_large_files")) { in reiserfs_parse_alloc_options() 600 SET_OPTION(displacing_large_files); in reiserfs_parse_alloc_options() 709 if (TEST_OPTION(displacing_large_files, s)) { in show_alloc_options() 712 seq_printf(seq, "displacing_large_files=%lu", in show_alloc_options() 715 seq_puts(seq, "displacing_large_files"); in show_alloc_options() 1054 if (displacing_large_files(s) && !hint->formatted_node in determine_search_start() 1096 && !(displacing_large_files(s) && !hint->formatted_node)) { in determine_search_start()
|
Completed in 4 milliseconds