Searched refs:s_properties (Results 1 – 4 of 4) sorted by relevance
32 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) { in show_version()34 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) { in show_version()
2096 set_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super()2098 set_bit(REISERFS_OLD_FORMAT, &sbi->s_properties); in reiserfs_fill_super()2100 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super()2156 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super()2157 clear_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super()
81 &REISERFS_SB(s)->s_properties))) { in is_reusable()1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
585 unsigned long s_properties; member728 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))