Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dclient.c160 clp->cl_nfs_mod = cl_init->nfs_mod; in nfs_alloc_client()
161 if (!try_module_get(clp->cl_nfs_mod->owner)) in nfs_alloc_client()
164 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client()
193 put_nfs_version(clp->cl_nfs_mod); in nfs_alloc_client()
253 put_nfs_version(clp->cl_nfs_mod); in nfs_free_client()
559 .nlmclnt_ops = clp->cl_nfs_mod->rpc_ops->nlmclnt_ops, in nfs_start_lockd()
Dsuper.c2343 sb->s_xattr = server->nfs_client->cl_nfs_mod->xattr; in nfs_fill_super()
2344 sb->s_op = server->nfs_client->cl_nfs_mod->sops; in nfs_fill_super()
2737 struct nfs_subversion *nfs_mod = NFS_SB(data->sb)->nfs_client->cl_nfs_mod; in nfs_xdev_mount()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h58 struct nfs_subversion * cl_nfs_mod; /* pointer to nfs version module */ member
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1154 int vers = clp->cl_nfs_mod->rpc_vers->number; in ff_layout_async_handle_error()