/kernel/linux/linux-5.10/fs/nfs/ |
D | client.c | 90 if (nfs->rpc_ops->version == version) { in find_nfs_version() 126 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version() 136 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version() 162 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client() 274 clp->rpc_ops->free_client(clp); in nfs_put_client() 310 if (clp->rpc_ops != data->nfs_mod->rpc_ops) in nfs_match_client() 406 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client() local 421 new->rpc_ops->free_client(new); in nfs_get_client() 430 return rpc_ops->init_client(new, cl_init); in nfs_get_client() 435 new = rpc_ops->alloc_client(cl_init); in nfs_get_client() [all …]
|
D | export.c | 71 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() 136 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
|
D | namespace.c | 182 ctx->version = client->rpc_ops->version; in nfs_d_automount() 187 ret = client->rpc_ops->submount(fc, server); in nfs_d_automount() 268 server = ctx->nfs_mod->rpc_ops->clone_server(NFS_SB(ctx->clone_data.sb), in nfs_do_submount() 307 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), dentry, in nfs_submount()
|
D | super.c | 247 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); in nfs_statfs() 443 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() 646 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats() 886 return ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request() 913 server = ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request() 929 return ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_mount_request() 939 ctx->server = ctx->nfs_mod->rpc_ops->create_server(fc); in nfs_try_get_tree() 966 ctx->version != nfss->nfs_client->rpc_ops->version || in nfs_compare_remount_data() 1032 switch (server->nfs_client->rpc_ops->version) { in nfs_fill_super() 1109 s->s_d_op = server->nfs_client->rpc_ops->dentry_ops; in nfs_set_super()
|
D | nfs2super.c | 14 .rpc_ops = &nfs_v2_clientops,
|
D | nfs.h | 19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */ member
|
D | nfs3super.c | 15 .rpc_ops = &nfs_v3_clientops,
|
D | fscache-index.c | 92 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_check_aux()
|
D | getroot.c | 90 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo); in nfs_get_root()
|
D | read.c | 209 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read() argument 216 rpc_ops->read_setup(hdr, msg); in nfs_initiate_read()
|
D | fscache.c | 58 key.hdr.nfsversion = clp->rpc_ops->version; in nfs_fscache_get_client_cookie() 237 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_update_auxdata()
|
D | nfs4client.c | 33 if (clp->rpc_ops->version != 4 || minorversion != 0) in nfs_get_cb_ident_idr() 500 if (pos->rpc_ops != new->rpc_ops) in nfs4_match_client() 805 if (clp->rpc_ops->version != 4 || in nfs4_cb_match_client()
|
D | nfs4super.c | 42 .rpc_ops = &nfs_v4_clientops,
|
D | pagelist.c | 757 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio() argument 776 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
|
D | inode.c | 493 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() 498 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
|
D | fs_context.c | 1359 return ctx->nfs_mod->rpc_ops->try_get_tree(fc); in nfs_get_tree() 1465 ctx->version = nfss->nfs_client->rpc_ops->version; in nfs_init_fs_context()
|
D | internal.h | 301 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
|
D | write.c | 1376 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write() argument 1382 rpc_ops->write_setup(hdr, msg, &task_setup_data->rpc_client); in nfs_initiate_write()
|
D | dir.c | 1875 error = server->nfs_client->rpc_ops->getattr(server, fhandle, in nfs_add_or_obtain()
|
D | nfs4proc.c | 6256 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string() 6260 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string()
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_fs_sb.h | 59 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ member
|
D | nfs_fs.h | 293 return NFS_SERVER(inode)->nfs_client->rpc_ops; in NFS_PROTO()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1800 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_read_pagelist() 1868 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_write_pagelist() 1943 ret = nfs_initiate_commit(ds_clnt, data, ds->ds_clp->rpc_ops, in ff_layout_initiate_commit()
|