Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dfs_context.c68 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
75 fc->sb_flags_mask |= token; in vfs_parse_sb_flag()
227 unsigned int sb_flags_mask, in alloc_fs_context() argument
240 fc->sb_flags_mask = sb_flags_mask; in alloc_fs_context()
288 unsigned int sb_flags_mask) in fs_context_for_reconfigure() argument
291 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
Dsuper.c910 if (fc->sb_flags_mask & ~MS_RMT_MASK) in reconfigure_super()
919 if (fc->sb_flags_mask & SB_RDONLY) { in reconfigure_super()
967 WRITE_ONCE(sb->s_flags, ((sb->s_flags & ~fc->sb_flags_mask) | in reconfigure_super()
968 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super()
/Linux-v5.10/include/linux/
Dfs_context.h105 unsigned int sb_flags_mask; /* Superblock flags that were changed */ member
131 unsigned int sb_flags_mask);
/Linux-v5.10/Documentation/filesystems/
Dmount_api.rst80 unsigned int sb_flags_mask;
167 unsigned int sb_flags_mask
424 unsigned int sb_flags_mask);
428 configured. sb_flags and sb_flags_mask indicate which superblock flags
/Linux-v5.10/fs/nfs/
Dsuper.c1010 fc->sb_flags_mask |= SB_SYNCHRONOUS; in nfs_reconfigure()