Lines Matching refs:nfs_mod
1386 struct nfs_subversion *nfs_mod;
1455 if (!ctx->nfs_mod) {
1456 nfs_mod = get_nfs_version(ctx->version);
1457 if (IS_ERR(nfs_mod)) {
1458 ret = PTR_ERR(nfs_mod);
1461 ctx->nfs_mod = nfs_mod;
1465 if (fc->fs_type != ctx->nfs_mod->nfs_fs) {
1467 __module_get(ctx->nfs_mod->nfs_fs->owner);
1468 fc->fs_type = ctx->nfs_mod->nfs_fs;
1504 return ctx->nfs_mod->rpc_ops->try_get_tree(fc);
1530 __module_get(ctx->nfs_mod->owner);
1548 if (ctx->nfs_mod)
1549 put_nfs_version(ctx->nfs_mod);
1621 ctx->nfs_mod = nfss->nfs_client->cl_nfs_mod;
1622 __module_get(ctx->nfs_mod->owner);