Lines Matching refs:REISERFS_SB
20 #define SB_ALLOC_OPTS(s) (REISERFS_SB(s)->s_alloc_options.bits)
81 &REISERFS_SB(s)->s_properties))) { in is_reusable()
82 b_blocknr_t bmap1 = REISERFS_SB(s)->s_sbh->b_blocknr + 1; in is_reusable()
478 if (block > sb_block_count(REISERFS_SB(s)->s_rs)) { in reiserfs_free_block()
482 block, sb_block_count(REISERFS_SB(s)->s_rs)); in reiserfs_free_block()
579 REISERFS_SB(s)->s_alloc_options.bits = 0; in reiserfs_parse_alloc_options()
592 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
594 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
601 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options()
659 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options()
666 REISERFS_SB(s)->s_alloc_options.preallocsize = in reiserfs_parse_alloc_options()
703 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
705 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
711 if (REISERFS_SB(s)->s_alloc_options.large_file_size != 16) { in show_alloc_options()
713 REISERFS_SB(s)->s_alloc_options.large_file_size); in show_alloc_options()
761 if (REISERFS_SB(s)->s_alloc_options.preallocmin != 0) { in show_alloc_options()
764 REISERFS_SB(s)->s_alloc_options.preallocmin); in show_alloc_options()
766 if (REISERFS_SB(s)->s_alloc_options.preallocsize != 17) { in show_alloc_options()
769 REISERFS_SB(s)->s_alloc_options.preallocsize); in show_alloc_options()
911 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint()
953 REISERFS_SB(hint->th->t_super)->s_alloc_options.large_file_size; in this_blocknr_allocation_would_make_it_a_large_file()
1141 REISERFS_SB(hint->th->t_super)->s_alloc_options. in determine_prealloc_size()
1144 REISERFS_SB(hint->th->t_super)->s_alloc_options. in determine_prealloc_size()
1345 if (SB_FREE_BLOCKS(s) - REISERFS_SB(s)->reserved_blocks < in reiserfs_allocate_blocknrs()
1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
1428 block = REISERFS_SB(sb)->s_sbh->b_blocknr + 1 + bitmap; in reiserfs_read_bitmap_block()