Searched refs:s_properties (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | procfs.c | 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()
|
H A D | super.c | 2100 set_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super() 2102 set_bit(REISERFS_OLD_FORMAT, &sbi->s_properties); in reiserfs_fill_super() 2104 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super() 2160 set_bit(REISERFS_3_6, &sbi->s_properties); in reiserfs_fill_super() 2161 clear_bit(REISERFS_3_5, &sbi->s_properties); in reiserfs_fill_super()
|
H A D | bitmap.c | 81 &REISERFS_SB(s)->s_properties))) { in is_reusable() 1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
|
H A D | reiserfs.h | 587 unsigned long s_properties; member 730 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | procfs.c | 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()
|
H A D | super.c | 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()
|
H A D | bitmap.c | 81 &REISERFS_SB(s)->s_properties))) { in is_reusable() 1427 &REISERFS_SB(sb)->s_properties))) in reiserfs_read_bitmap_block()
|
H A D | reiserfs.h | 584 unsigned long s_properties; member 727 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))
|
Completed in 23 milliseconds