Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfs_context.c68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
278 unsigned int sb_flags_mask, in alloc_fs_context() argument
291 fc->sb_flags_mask = sb_flags_mask; in alloc_fs_context()
339 unsigned int sb_flags_mask) in fs_context_for_reconfigure() argument
342 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
H A Dsuper.c1098 if (fc->sb_flags_mask & ~MS_RMT_MASK) in reconfigure_super()
1107 if (fc->sb_flags_mask & SB_RDONLY) { in reconfigure_super()
1161 WRITE_ONCE(sb->s_flags, ((sb->s_flags & ~fc->sb_flags_mask) | in reconfigure_super()
1162 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super()
/openbmc/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);
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst80 unsigned int sb_flags_mask;
166 unsigned int sb_flags_mask
423 unsigned int sb_flags_mask);
427 configured. sb_flags and sb_flags_mask indicate which superblock flags
/openbmc/linux/fs/nfs/
H A Dsuper.c1040 fc->sb_flags_mask |= SB_SYNCHRONOUS; in nfs_reconfigure()