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()
571 REISERFS_SB(s)->s_alloc_options.bits = 0; in reiserfs_parse_alloc_options()
584 REISERFS_SB(s)->s_alloc_options.border = 10; in reiserfs_parse_alloc_options()
586 REISERFS_SB(s)->s_alloc_options.border = in reiserfs_parse_alloc_options()
593 REISERFS_SB(s)->s_alloc_options.large_file_size = in reiserfs_parse_alloc_options()
651 REISERFS_SB(s)->s_alloc_options.preallocmin = in reiserfs_parse_alloc_options()
658 REISERFS_SB(s)->s_alloc_options.preallocsize = in reiserfs_parse_alloc_options()
695 if (REISERFS_SB(s)->s_alloc_options.border != 10) { in show_alloc_options()
697 100 / REISERFS_SB(s)->s_alloc_options.border); in show_alloc_options()
703 if (REISERFS_SB(s)->s_alloc_options.large_file_size != 16) { in show_alloc_options()
705 REISERFS_SB(s)->s_alloc_options.large_file_size); in show_alloc_options()
753 if (REISERFS_SB(s)->s_alloc_options.preallocmin != 0) { in show_alloc_options()
756 REISERFS_SB(s)->s_alloc_options.preallocmin); in show_alloc_options()
758 if (REISERFS_SB(s)->s_alloc_options.preallocsize != 17) { in show_alloc_options()
761 REISERFS_SB(s)->s_alloc_options.preallocsize); in show_alloc_options()
903 SB_BLOCK_COUNT(s) / REISERFS_SB(s)->s_alloc_options.border; in set_border_in_hint()
945 REISERFS_SB(hint->th->t_super)->s_alloc_options.large_file_size; in this_blocknr_allocation_would_make_it_a_large_file()
1133 REISERFS_SB(hint->th->t_super)->s_alloc_options. in determine_prealloc_size()
1136 REISERFS_SB(hint->th->t_super)->s_alloc_options. in determine_prealloc_size()
1337 if (SB_FREE_BLOCKS(s) - REISERFS_SB(s)->reserved_blocks < in reiserfs_allocate_blocknrs()
1419 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
1420 block = REISERFS_SB(sb)->s_sbh->b_blocknr + 1 + bitmap; in reiserfs_read_bitmap_block()