Searched refs:NFS_OPTION_MIGRATION (Results 1 – 3 of 3) sorted by relevance
170 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ macro
700 if (nfss->options & NFS_OPTION_MIGRATION) in nfs_show_mount_options()1348 mnt->options |= NFS_OPTION_MIGRATION; in nfs_parse_mount_options()1351 mnt->options &= ~NFS_OPTION_MIGRATION; in nfs_parse_mount_options()1657 if (mnt->options & NFS_OPTION_MIGRATION && in nfs_parse_mount_options()
886 if (server->options & NFS_OPTION_MIGRATION) in nfs4_set_client()