Searched refs:TEST_OPTION (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ |
D | bitmap.c | 46 #define TEST_OPTION(optname, s) \ macro 265 if ( TEST_OPTION(skip_busy, s) && SB_FREE_BLOCKS(s) > SB_BLOCK_COUNT(s)/20 ) { in scan_bitmap() 492 if ( TEST_OPTION(displace_based_on_dirid, hint->th->t_super)) in new_hashed_relocation() 559 if ( TEST_OPTION(displace_based_on_dirid, hint->th->t_super)) in displace_large_file() 571 else if ( TEST_OPTION(displace_based_on_dirid, hint->th->t_super)) in hash_formatted_node() 672 if (TEST_OPTION(old_hashed_relocation, s) && !hint->formatted_node) { in determine_search_start() 678 if (hint->formatted_node && TEST_OPTION(hashed_formatted_nodes,s)) { in determine_search_start() 689 if ( TEST_OPTION(old_way, s)) { in determine_search_start() 703 … if ( TEST_OPTION(hundredth_slices, s) && ! (displacing_large_files(s) && !hint->formatted_node)) { in determine_search_start() 708 if (TEST_OPTION(old_hashed_relocation, s)) in determine_search_start() [all …]
|