Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs_fs_sb.h197 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ macro
/linux-6.15/fs/nfs/
H A Dfs_context.c714 ctx->options &= ~NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
716 ctx->options |= NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
1474 if (ctx->options & NFS_OPTION_MIGRATION && in nfs_fs_context_validate()
H A Dnfs4client.c936 if (server->options & NFS_OPTION_MIGRATION) in nfs4_set_client()
H A Dsuper.c537 if (nfss->options & NFS_OPTION_MIGRATION) in nfs_show_mount_options()