Home
last modified time | relevance | path

Searched refs:NFS_OPTION_MIGRATION (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dnfs_fs_sb.h179 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ macro
/Linux-v5.10/fs/nfs/
Dfs_context.c561 ctx->options &= ~NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
563 ctx->options |= NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
1238 if (ctx->options & NFS_OPTION_MIGRATION && in nfs_fs_context_validate()
Dnfs4client.c888 if (server->options & NFS_OPTION_MIGRATION) in nfs4_set_client()
Dsuper.c493 if (nfss->options & NFS_OPTION_MIGRATION) in nfs_show_mount_options()