Home
last modified time | relevance | path

Searched refs:nfs_rpc_ops (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dnfs.h19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
Dexport.c71 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry()
136 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
Dinternal.h291 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
491 const struct nfs_rpc_ops *nfs_ops,
Dread.c209 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
Dproc.c715 const struct nfs_rpc_ops nfs_v2_clientops = {
Dwrite.c1384 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()
1669 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
Dnfs3proc.c994 const struct nfs_rpc_ops nfs_v3_clientops = {
Dclient.c405 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
Dpagelist.c757 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
Dnfs4proc.c10383 const struct nfs_rpc_ops nfs_v4_clientops = {
/kernel/linux/linux-5.10/include/linux/
Dnfs_fs_sb.h59 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
Dnfs_page.h80 const struct nfs_rpc_ops *,
Dnfs_xdr.h1711 struct nfs_rpc_ops { struct
1804 extern const struct nfs_rpc_ops nfs_v2_clientops; argument
1805 extern const struct nfs_rpc_ops nfs_v3_clientops;
1806 extern const struct nfs_rpc_ops nfs_v4_clientops;
Dnfs_fs.h291 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()