Lines Matching refs:SB_ALLOC_OPTS
20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits)
36 #define concentrating_formatted_nodes(s) test_bit(_ALLOC_concentrating_formatted_nodes, &SB_ALLOC_OPTS(s))
37 #define displacing_large_files(s) test_bit(_ALLOC_displacing_large_files, &SB_ALLOC_OPTS(s))
38 #define displacing_new_packing_localities(s) test_bit(_ALLOC_displacing_new_packing_localities, &SB_ALLOC_OPTS(s))
43 set_bit(_ALLOC_ ## optname , &SB_ALLOC_OPTS(s)); \
46 test_bit(_ALLOC_ ## optname , &SB_ALLOC_OPTS(s))
568 set_bit(_ALLOC_skip_busy, &SB_ALLOC_OPTS(s));
569 set_bit(_ALLOC_dirid_groups, &SB_ALLOC_OPTS(s));
570 set_bit(_ALLOC_packing_groups, &SB_ALLOC_OPTS(s));
679 reiserfs_info(s, "allocator options = [%08x]\n", SB_ALLOC_OPTS(s));
695 if (SB_ALLOC_OPTS(s) == ((1 << _ALLOC_skip_busy) |