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

/linux-master/fs/reiserfs/
H A Dbitmap.c20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits) macro
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(
[all...]

Completed in 135 milliseconds