Home
last modified time | relevance | path

Searched refs:cl_nfs_mod (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfs/
H A Dclient.c157 clp->cl_nfs_mod = cl_init->nfs_mod; in nfs_alloc_client()
158 if (!get_nfs_version(clp->cl_nfs_mod)) in nfs_alloc_client()
161 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client()
197 put_nfs_version(clp->cl_nfs_mod); in nfs_alloc_client()
254 put_nfs_version(clp->cl_nfs_mod); in nfs_free_client()
601 .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, in nfs_start_lockd()
H A Dnamespace.c195 ctx->nfs_mod = client->cl_nfs_mod; in nfs_d_automount()
H A Dsuper.c1092 sb->s_xattr = server->nfs_client->cl_nfs_mod->xattr; in nfs_fill_super()
1093 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
H A Dfs_context.c1736 ctx->nfs_mod = nfss->nfs_client->cl_nfs_mod; in nfs_init_fs_context()
/linux/include/linux/
H A Dnfs_fs_sb.h64 struct nfs_subversion * cl_nfs_mod; /* pointer to nfs version module */ member
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1474 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error()