Searched refs:s_properties (Results 1 – 4 of 4) sorted by relevance
30 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) { in show_version()32 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) { in show_version()
1905 set_bit(REISERFS_3_5, &(sbi->s_properties)); in reiserfs_fill_super()1907 set_bit(REISERFS_OLD_FORMAT, &(sbi->s_properties)); in reiserfs_fill_super()1909 set_bit(REISERFS_3_6, &(sbi->s_properties)); in reiserfs_fill_super()1958 set_bit(REISERFS_3_6, &(sbi->s_properties)); in reiserfs_fill_super()1959 clear_bit(REISERFS_3_5, &(sbi->s_properties)); in reiserfs_fill_super()
77 &(REISERFS_SB(s)->s_properties)))) { in is_reusable()1332 &(REISERFS_SB(sb)->s_properties)))) in reiserfs_read_bitmap_block()
458 unsigned long s_properties; /* File system properties. Currently holds member576 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))