Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dfs_context.c255 case FS_CONTEXT_FOR_RECONFIGURE: in alloc_fs_context()
291 sb_flags_mask, FS_CONTEXT_FOR_RECONFIGURE); in fs_context_for_reconfigure()
677 fc->purpose = FS_CONTEXT_FOR_RECONFIGURE; in vfs_clean_context()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ enumerator
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dmount_api.rst187 FS_CONTEXT_FOR_RECONFIGURE Change an existing mount
323 reconfiguration (FS_CONTEXT_FOR_RECONFIGURE) in which case it indicates
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dops_fstype.c1620 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in gfs2_init_fs_context()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_super.c1172 if ((fc->purpose & FS_CONTEXT_FOR_RECONFIGURE) && in xfs_fs_warn_deprecated()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c542 if (fc->purpose == FS_CONTEXT_FOR_RECONFIGURE) { in fuse_parse_param()