Home
last modified time | relevance | path

Searched refs:FS_CONTEXT_FOR_RECONFIGURE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/
H A Dfs_context.c306 case FS_CONTEXT_FOR_RECONFIGURE: in alloc_fs_context()
342 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
748 fc->purpose = FS_CONTEXT_FOR_RECONFIGURE; in vfs_clean_context()
/openbmc/linux/include/linux/
H A Dfs_context.h32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ enumerator
/openbmc/linux/fs/overlayfs/
H A Dparams.c531 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ovl_parse_param()
/openbmc/linux/Documentation/filesystems/
H A Dmount_api.rst186 FS_CONTEXT_FOR_RECONFIGURE Change an existing mount
322 reconfiguration (FS_CONTEXT_FOR_RECONFIGURE) in which case it indicates
/openbmc/linux/fs/ceph/
H A Dsuper.c1101 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE && in ceph_apply_test_dummy_encryption()
/openbmc/linux/fs/ext4/
H A Dsuper.c2152 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param()
2190 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_parse_param()
2730 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_check_test_dummy_encryption()
2767 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency()
/openbmc/linux/fs/gfs2/
H A Dops_fstype.c1654 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in gfs2_init_fs_context()
/openbmc/linux/fs/ntfs3/
H A Dsuper.c1748 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in ntfs_init_fs_context()
/openbmc/linux/fs/xfs/
H A Dxfs_super.c1241 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) && in xfs_fs_warn_deprecated()
/openbmc/linux/fs/fuse/
H A Dinode.c757 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()