Searched refs:SF_OFS (Results 1 – 5 of 5) sorted by relevance
431 sbi->s_flags |= SF_OFS; in affs_fill_super()439 sbi->s_flags |= SF_INTL | SF_OFS; in affs_fill_super()459 if (sbi->s_flags & SF_OFS) in affs_fill_super()
121 #define SF_OFS 0x0200 /* Old filesystem */ macro
277 inode->i_mapping->a_ops = (AFFS_SB(sb)->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_create()
141 inode->i_mapping->a_ops = (sbi->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_iget()
892 if (AFFS_SB(sb)->s_flags & SF_OFS) { in affs_truncate()