Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnfs_fs_sb.h180 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ macro
/linux-6.1.9/fs/nfs/
Dfs_context.c608 ctx->options &= ~NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
610 ctx->options |= NFS_OPTION_MIGRATION; in nfs_fs_context_parse_param()
1336 if (ctx->options & NFS_OPTION_MIGRATION && in nfs_fs_context_validate()
Dnfs4client.c924 if (server->options & NFS_OPTION_MIGRATION) in nfs4_set_client()
Dsuper.c503 if (nfss->options & NFS_OPTION_MIGRATION) in nfs_show_mount_options()