Home
last modified time | relevance | path

Searched refs:old_format_only (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dobjectid.c11 #define objectid_map(s,rs) (old_format_only (s) ? \
H A Dinode.c1810 if (old_format_only(sb)) { in reiserfs_new_directory()
1948 if (old_format_only(sb)) in reiserfs_new_inode()
1966 if (old_format_only(sb)) in reiserfs_new_inode()
2021 if (old_format_only(sb)) { in reiserfs_new_inode()
2037 if (old_format_only(sb) || S_ISDIR(mode) || S_ISLNK(mode)) in reiserfs_new_inode()
2041 if (old_format_only(sb)) in reiserfs_new_inode()
2071 if (!old_format_only(sb)) in reiserfs_new_inode()
H A Dprocfs.c61 #define objectid_map( s, rs ) (old_format_only (s) ? \
H A Dsuper.c1398 if (old_format_only(s)) { in handle_attrs()
1568 if (!old_format_only(s)) in reiserfs_remount()
2132 if (old_format_only(s)) { in reiserfs_fill_super()
2187 if (old_format_only(s) && !silent) { in reiserfs_fill_super()
H A Dxattr.c931 if (old_format_only(s)) { in xattr_mount_check()
H A Dnamei.c844 old_format_only(dir->i_sb) ? in reiserfs_mkdir()
H A Dstree.c1506 if (!old_format_only(th->t_super)) { in reiserfs_delete_object()
H A Dreiserfs.h727 #define old_format_only(s) (REISERFS_SB(s)->s_properties & (1 << REISERFS_3_5)) macro