Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
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()
/Linux-v6.6/include/linux/
Dfs_context.h32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ enumerator
/Linux-v6.6/fs/overlayfs/
Dparams.c532 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ovl_parse_param()
/Linux-v6.6/Documentation/filesystems/
Dmount_api.rst186 FS_CONTEXT_FOR_RECONFIGURE Change an existing mount
322 reconfiguration (FS_CONTEXT_FOR_RECONFIGURE) in which case it indicates
/Linux-v6.6/fs/ceph/
Dsuper.c1100 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE && in ceph_apply_test_dummy_encryption()
/Linux-v6.6/fs/ext4/
Dsuper.c2150 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param()
2188 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_parse_param()
2728 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_check_test_dummy_encryption()
2765 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency()
/Linux-v6.6/fs/gfs2/
Dops_fstype.c1658 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in gfs2_init_fs_context()
/Linux-v6.6/fs/ntfs3/
Dsuper.c1737 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in ntfs_init_fs_context()
/Linux-v6.6/fs/xfs/
Dxfs_super.c1241 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) && in xfs_fs_warn_deprecated()
/Linux-v6.6/fs/fuse/
Dinode.c700 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()