Home
last modified time | relevance | path

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

/Linux-v6.1/fs/
Dfs_context.c278 case FS_CONTEXT_FOR_RECONFIGURE: in alloc_fs_context()
314 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
695 fc->purpose = FS_CONTEXT_FOR_RECONFIGURE; in vfs_clean_context()
/Linux-v6.1/include/linux/
Dfs_context.h32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ enumerator
/Linux-v6.1/Documentation/filesystems/
Dmount_api.rst187 FS_CONTEXT_FOR_RECONFIGURE Change an existing mount
323 reconfiguration (FS_CONTEXT_FOR_RECONFIGURE) in which case it indicates
/Linux-v6.1/fs/ntfs3/
Dsuper.c1407 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in ntfs_init_fs_context()
/Linux-v6.1/fs/ext4/
Dsuper.c2071 is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_parse_param()
2109 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_parse_param()
2653 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in ext4_check_test_dummy_encryption()
2700 int is_remount = fc->purpose == FS_CONTEXT_FOR_RECONFIGURE; in ext4_check_opt_consistency()
/Linux-v6.1/fs/gfs2/
Dops_fstype.c1646 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in gfs2_init_fs_context()
/Linux-v6.1/fs/xfs/
Dxfs_super.c1208 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) && in xfs_fs_warn_deprecated()
/Linux-v6.1/fs/fuse/
Dinode.c673 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()