Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/linux/
Dfs_context.h32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ enumerator
/Linux-v5.15/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-v5.15/fs/ntfs3/
Dsuper.c1397 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) in ntfs_init_fs_context()
/Linux-v5.15/fs/gfs2/
Dops_fstype.c1643 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in gfs2_init_fs_context()
/Linux-v5.15/fs/xfs/
Dxfs_super.c1173 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) && in xfs_fs_warn_deprecated()
/Linux-v5.15/fs/fuse/
Dinode.c626 if (fsc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()