Home
last modified time | relevance | path

Searched refs:sb_flags_mask (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dfs_context.h105 unsigned int sb_flags_mask; /* Superblock flags that were changed */ member
131 unsigned int sb_flags_mask);
/linux/fs/
H A Dsuper.c1090 if (fc->sb_flags_mask & ~MS_RMT_MASK) in reconfigure_super()
1099 if (fc->sb_flags_mask & SB_RDONLY) { in reconfigure_super()
1153 WRITE_ONCE(sb->s_flags, ((sb->s_flags & ~fc->sb_flags_mask) | in reconfigure_super()
1154 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super()
/linux/fs/orangefs/
H A Dsuper.c589 fc->sb_flags_mask &= ~SB_POSIXACL; in orangefs_init_fs_context()
/linux/fs/btrfs/
H A Dsuper.c464 fc->sb_flags_mask |= SB_POSIXACL; in btrfs_parse_param()
1558 fc->sb_flags_mask |= SB_POSIXACL; in btrfs_reconfigure()