Home
last modified time | relevance | path

Searched refs:SF_MUFS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/affs/
Dsuper.c217 *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()
Dinode.c82 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()
Daffs.h120 #define SF_MUFS 0x0100 /* Use MUFS uid/gid mapping */ macro