Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dnfs_fs_sb.h159 #define NFS_OPTION_MIGRATION 0x00000002 /* - NFSv4 migration enabled */ macro
/linux-4.19.296/fs/nfs/
Dsuper.c690 if (nfss->options & NFS_OPTION_MIGRATION) in nfs_show_mount_options()
1332 mnt->options |= NFS_OPTION_MIGRATION; in nfs_parse_mount_options()
1335 mnt->options &= ~NFS_OPTION_MIGRATION; in nfs_parse_mount_options()
1636 if (mnt->options & NFS_OPTION_MIGRATION && in nfs_parse_mount_options()
Dnfs4client.c880 if (server->options & NFS_OPTION_MIGRATION) in nfs4_set_client()