Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dclient.c124 nfs_version_mods[nfs->rpc_ops->version] = nfs; in register_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()
136 nfs_version_mods[nfs->rpc_ops->version] = NULL; in unregister_nfs_version()
161 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client()
280 clp->rpc_ops->free_client(clp); in nfs_put_client()
316 if (clp->rpc_ops != data->nfs_mod->rpc_ops) in nfs_match_client()
416 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client() local
431 new->rpc_ops->free_client(new); in nfs_get_client()
440 new = rpc_ops->init_client(new, cl_init); in nfs_get_client()
[all …]
H A Dexport.c70 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry() local
97 rpc_ops = NFS_SB(sb)->nfs_client->rpc_ops; in nfs_fh_to_dentry()
98 ret = rpc_ops->getattr(NFS_SB(sb), server_fh, fattr, NULL); in nfs_fh_to_dentry()
125 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
H A Dnamespace.c182 ctx->version = client->rpc_ops->version; in nfs_d_automount()
187 ret = client->rpc_ops->submount(fc, server); in nfs_d_automount()
272 server = ctx->nfs_mod->rpc_ops->clone_server(NFS_SB(ctx->clone_data.sb), in nfs_do_submount()
311 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), dentry, in nfs_submount()
H A Dsuper.c267 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); in nfs_statfs()
463 u32 version = clp->rpc_ops->version; in nfs_show_mount_options()
696 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats()
942 return ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request()
969 server = ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request()
985 return ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request()
995 ctx->server = ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_get_tree()
1022 ctx->version != nfss->nfs_client->rpc_ops->version || in nfs_compare_remount_data()
1093 switch (server->nfs_client->rpc_ops->version) { in nfs_fill_super()
1172 s->s_d_op = server->nfs_client->rpc_ops->dentry_ops; in nfs_set_super()
H A Dnfs.h19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */ member
H A Dnfs2super.c14 .rpc_ops = &nfs_v2_clientops,
H A Dnfs3super.c15 .rpc_ops = &nfs_v3_clientops,
H A Dfile.c547 if (cl->rpc_ops->enable_swap) in nfs_swap_activate()
548 cl->rpc_ops->enable_swap(inode); in nfs_swap_activate()
561 if (cl->rpc_ops->disable_swap) in nfs_swap_deactivate()
562 cl->rpc_ops->disable_swap(file_inode(file)); in nfs_swap_deactivate()
H A Dgetroot.c87 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo); in nfs_get_root()
H A Dread.c190 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read() argument
193 rpc_ops->read_setup(hdr, msg); in nfs_initiate_read()
H A Dfscache.h121 if (NFS_SERVER(inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_update_auxdata()
H A Dnfs4client.c34 if (clp->rpc_ops->version != 4 || minorversion != 0) in nfs_get_cb_ident_idr()
533 if (pos->rpc_ops != new->rpc_ops) in nfs4_match_client()
839 if (clp->rpc_ops->version != 4 || in nfs4_cb_match_client()
H A Dnfs4super.c42 .rpc_ops = &nfs_v4_clientops,
H A Dfscache.c54 clp->rpc_ops->version, in nfs_fscache_get_client_key()
H A Dpagelist.c733 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio() argument
756 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
H A Dfs_context.c1518 return ctx->nfs_mod->rpc_ops->try_get_tree(fc); in nfs_get_tree()
1624 ctx->version = nfss->nfs_client->rpc_ops->version; in nfs_init_fs_context()
H A Dinode.c493 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget()
495 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget()
500 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
H A Dwrite.c1395 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write() argument
1403 rpc_ops->write_setup(hdr, msg, &task_setup_data->rpc_client); in nfs_initiate_write()
H A Dinternal.h312 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
H A Dnfstrace.h1730 __entry->protocol = clp->rpc_ops->version;
H A Ddir.c2329 error = server->nfs_client->rpc_ops->getattr(server, fhandle, in nfs_add_or_obtain()
H A Dnfs4proc.c6517 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string()
6521 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string()
/linux/drivers/media/platform/amphion/
H A Dvpu_rpc.c227 struct vpu_iface_ops *rpc_ops = NULL; in vpu_get_iface() local
233 rpc_ops = imx8q_rpc_ops; in vpu_get_iface()
243 return &rpc_ops[type]; in vpu_get_iface()
/linux/include/linux/
H A Dnfs_fs_sb.h62 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ member
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1830 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_read_pagelist()
1907 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_write_pagelist()
1991 ret = nfs_initiate_commit(ds_clnt, data, ds->ds_clp->rpc_ops, in ff_layout_initiate_commit()