Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dprocfs.c30 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()
Dsuper.c1905 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()
Dbitmap.c77 &(REISERFS_SB(s)->s_properties)))) { in is_reusable()
1332 &(REISERFS_SB(sb)->s_properties)))) in reiserfs_read_bitmap_block()
Dreiserfs.h458 unsigned long s_properties; /* File system properties. Currently holds member
576 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))