Searched refs:SF_MUFS (Results 1 – 3 of 3) sorted by relevance
217 *mount_opts |= SF_MUFS; in parse_options()416 sbi->s_flags |= SF_MUFS; in affs_fill_super()423 sbi->s_flags |= SF_MUFS; in affs_fill_super()428 sbi->s_flags |= SF_MUFS; in affs_fill_super()436 sbi->s_flags |= SF_MUFS; in affs_fill_super()
82 else if (id == 0xFFFF && sbi->s_flags & SF_MUFS) in affs_iget()90 else if (id == 0xFFFF && sbi->s_flags & SF_MUFS) in affs_iget()198 if (AFFS_SB(sb)->s_flags & SF_MUFS) { in affs_write_inode()
120 #define SF_MUFS 0x0100 /* Use MUFS uid/gid mapping */ macro