Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Dprocfs.c32 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()
Dsuper.c2096 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()
Dbitmap.c81 &REISERFS_SB(s)->s_properties))) { in is_reusable()
1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
Dreiserfs.h585 unsigned long s_properties; member
728 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))