/linux-4.1.27/fs/nfs/ |
D | client.c | 91 if (nfs->rpc_ops->version == version) { in find_nfs_version() 127 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version() 137 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version() 163 clp->rpc_ops = clp->cl_nfs_mod->rpc_ops; in nfs_alloc_client() 242 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); in nfs_free_client() 283 clp->rpc_ops->free_client(clp); in nfs_put_client() 415 if (clp->rpc_ops != data->nfs_mod->rpc_ops) in nfs_match_client() 485 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client() local 493 cl_init->hostname, rpc_ops->version); in nfs_get_client() 503 new->rpc_ops->free_client(new); in nfs_get_client() [all …]
|
D | fscache-index.c | 78 key->nfsversion = clp->rpc_ops->version; in nfs_server_get_key() 213 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_get_aux() 245 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_check_aux()
|
D | nfs2super.c | 13 .rpc_ops = &nfs_v2_clientops,
|
D | nfs.h | 18 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */ member
|
D | nfs3super.c | 14 .rpc_ops = &nfs_v3_clientops,
|
D | nfs4client.c | 32 if (clp->rpc_ops->version != 4 || minorversion != 0) in nfs_get_cb_ident_idr() 366 clp->rpc_ops = &nfs_v4_clientops; in nfs4_init_client() 492 if (pos->rpc_ops != new->rpc_ops) in nfs40_walk_client_list() 627 if (pos->rpc_ops != new->rpc_ops) in nfs41_walk_client_list() 728 if (clp->rpc_ops->version != 4 || in nfs4_cb_match_client()
|
D | namespace.c | 160 mnt = server->nfs_client->rpc_ops->submount(server, path->dentry, fh, fattr); in nfs_d_automount() 282 err = server->nfs_client->rpc_ops->lookup(d_inode(parent), &dentry->d_name, fh, fattr, NULL); in nfs_submount()
|
D | super.c | 443 error = server->nfs_client->rpc_ops->statfs(server, fh, &res); in nfs_statfs() 646 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() 835 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats() 1797 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1824 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1840 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1852 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount() 2192 data->version != nfss->nfs_client->rpc_ops->version || in nfs_compare_remount_data() 2218 u32 nfsvers = nfss->nfs_client->rpc_ops->version; in nfs_remount() 2315 if (server->nfs_client->rpc_ops->version != 2) { in nfs_fill_super() [all …]
|
D | getroot.c | 91 error = server->nfs_client->rpc_ops->getroot(server, mntfh, &fsinfo); in nfs_get_root()
|
D | read.c | 188 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read() argument 195 rpc_ops->read_setup(hdr, msg); in nfs_initiate_read()
|
D | nfs4super.c | 70 .rpc_ops = &nfs_v4_clientops,
|
D | pagelist.c | 617 struct rpc_cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio() argument 637 hdr->rw_ops->rw_initiate(hdr, &msg, rpc_ops, &task_setup_data, how); in nfs_initiate_pgio()
|
D | inode.c | 393 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->file_inode_ops; in nfs_fhget() 395 inode->i_fop = NFS_SB(sb)->nfs_client->rpc_ops->file_ops; in nfs_fhget() 398 inode->i_op = NFS_SB(sb)->nfs_client->rpc_ops->dir_inode_ops; in nfs_fhget()
|
D | internal.h | 253 struct rpc_cred *cred, const struct nfs_rpc_ops *rpc_ops,
|
D | write.c | 1273 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write() argument 1279 rpc_ops->write_setup(hdr, msg); in nfs_initiate_write()
|
D | dir.c | 1666 error = server->nfs_client->rpc_ops->getattr(server, fhandle, fattr, NULL); in nfs_instantiate()
|
D | nfs4proc.c | 5001 clp->rpc_ops->version, in nfs4_init_uniform_client_string() 5007 clp->rpc_ops->version, clp->cl_minorversion, in nfs4_init_uniform_client_string()
|
/linux-4.1.27/include/linux/ |
D | nfs_fs_sb.h | 53 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ member
|
D | nfs_fs.h | 250 return NFS_SERVER(inode)->nfs_client->rpc_ops; in NFS_PROTO()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1273 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_read_pagelist() 1334 nfs_initiate_pgio(ds_clnt, hdr, ds_cred, ds->ds_clp->rpc_ops, in ff_layout_write_pagelist() 1393 return nfs_initiate_commit(ds_clnt, data, ds->ds_clp->rpc_ops, in ff_layout_initiate_commit()
|