Searched refs:s_properties (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c76 &(REISERFS_SB(s)->s_properties)))) {
1297 &(REISERFS_SB(sb)->s_properties))))
H A Dprocfs.c35 if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_6)) {
37 } else if (REISERFS_SB(sb)->s_properties & (1 << REISERFS_3_5)) {
H A Dsuper.c1695 set_bit(REISERFS_3_5, &(sbi->s_properties));
1697 set_bit(REISERFS_OLD_FORMAT, &(sbi->s_properties));
1699 set_bit(REISERFS_3_6, &(sbi->s_properties));
1733 set_bit(REISERFS_3_6, &(sbi->s_properties));
1734 clear_bit(REISERFS_3_5, &(sbi->s_properties));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h380 unsigned long s_properties; /* File system properties. Currently holds member in struct:reiserfs_sb_info
488 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5))

Completed in 121 milliseconds