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

/linux-master/fs/reiserfs/
H A Dbitmap.c37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s)) macro
599 if (!strcmp(this_char, "displacing_large_files")) {
600 SET_OPTION(displacing_large_files);
709 if (TEST_OPTION(displacing_large_files, s)) {
712 seq_printf(seq, "displacing_large_files=%lu",
715 seq_puts(seq, "displacing_large_files");
1054 if (displacing_large_files(s) && !hint->formatted_node
1096 && !(displacing_large_files(s) && !hint->formatted_node)) {

Completed in 105 milliseconds