Home
last modified time | relevance | path

Searched refs:rpc_ops (Results 1 – 20 of 20) sorted by relevance

/fs/nfs/
Dclient.c89 if (nfs->rpc_ops->version == version) { in find_nfs_version()
125 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version()
135 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
160 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client()
271 clp->rpc_ops->free_client(clp); in nfs_put_client()
307 if (clp->rpc_ops != data->nfs_mod->rpc_ops) in nfs_match_client()
397 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client() local
412 new->rpc_ops->free_client(new); in nfs_get_client()
422 return rpc_ops->init_client(new, cl_init); in nfs_get_client()
427 new = rpc_ops->alloc_client(cl_init); in nfs_get_client()
[all …]
Dexport.c71 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry() local
104 rpc_ops = NFS_SB(sb)->nfs_client->rpc_ops; in nfs_fh_to_dentry()
105 ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, label, NULL); in nfs_fh_to_dentry()
135 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
Dsuper.c455 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); in nfs_statfs()
650 u32 version = clp->rpc_ops->version; in nfs_show_mount_options()
853 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats()
1849 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1876 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1892 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1904 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount()
2254 data->version != nfss->nfs_client->rpc_ops->version || in nfs_compare_remount_data()
2281 u32 nfsvers = nfss->nfs_client->rpc_ops->version; in nfs_remount()
2378 if (server->nfs_client->rpc_ops->version != 2) { in nfs_fill_super()
[all …]
Dnamespace.c156 mnt = server->nfs_client->rpc_ops->submount(server, path->dentry, fh, fattr); in nfs_d_automount()
266 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), &dentry->d_name, fh, fattr, NULL); in nfs_submount()
Dnfs.h19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */ member
Dnfs2super.c14 .rpc_ops = &nfs_v2_clientops,
Dnfs3super.c15 .rpc_ops = &nfs_v3_clientops,
Dfscache-index.c90 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_check_aux()
Dnfs4client.c33 if (clp->rpc_ops->version != 4 || minorversion != 0) in nfs_get_cb_ident_idr()
386 clp->rpc_ops = &nfs_v4_clientops; in nfs4_init_client()
498 if (pos->rpc_ops != new->rpc_ops) in nfs4_match_client()
803 if (clp->rpc_ops->version != 4 || in nfs4_cb_match_client()
Dgetroot.c87 error = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo); in nfs_get_root()
Dread.c209 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read() argument
216 rpc_ops->read_setup(hdr, msg); in nfs_initiate_read()
Dfscache.c57 key.hdr.nfsversion = clp->rpc_ops->version; in nfs_fscache_get_client_cookie()
244 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_init_inode()
Dnfs4super.c71 .rpc_ops = &nfs_v4_clientops,
Dpagelist.c614 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio() argument
634 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
Dinode.c467 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget()
469 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
472 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
Dinternal.h252 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
Dwrite.c1399 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write() argument
1405 rpc_ops->write_setup(hdr, msg, &task_setup_data->rpc_client); in nfs_initiate_write()
Ddir.c1693 error = server->nfs_client->rpc_ops->getattr(server, fhandle, in nfs_add_or_obtain()
Dnfs4proc.c5987 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniquifier_client_string()
6022 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string()
/fs/nfs/flexfilelayout/
Dflexfilelayout.c1830 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_read_pagelist()
1898 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_write_pagelist()
1973 ret = nfs_initiate_commit(ds_clnt, data, ds->ds_clp->rpc_ops, in ff_layout_initiate_commit()