Home
last modified time | relevance | path

Searched refs:SF_OFS (Results 1 – 5 of 5) sorted by relevance

/fs/affs/
Dsuper.c431 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()
Daffs.h121 #define SF_OFS 0x0200 /* Old filesystem */ macro
Dnamei.c277 inode->i_mapping->a_ops = (AFFS_SB(sb)->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_create()
Dinode.c141 inode->i_mapping->a_ops = (sbi->s_flags & SF_OFS) ? &affs_aops_ofs : &affs_aops; in affs_iget()
Dfile.c892 if (AFFS_SB(sb)->s_flags & SF_OFS) { in affs_truncate()