Home
last modified time | relevance | path

Searched refs:s_properties (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/reiserfs/
Dprocfs.c31 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) { in show_version()
33 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) { in show_version()
Dsuper.c2103 set_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super()
2105 set_bit(REISERFS_OLD_FORMAT, &sbi->s_properties); in reiserfs_fill_super()
2107 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super()
2163 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super()
2164 clear_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super()
Dbitmap.c81 &REISERFS_SB(s)->s_properties))) { in is_reusable()
1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
Dreiserfs.h587 unsigned long s_properties; member
730 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))