Home
last modified time | relevance | path

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

/Linux-v5.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.h271 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
471 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.c1398 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()
1680 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
Dnfs3proc.c994 const struct nfs_rpc_ops nfs_v3_clientops = {
Dpagelist.c757 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
Dclient.c405 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
Dnfs4proc.c10343 const struct nfs_rpc_ops nfs_v4_clientops = {
/Linux-v5.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.h1706 struct nfs_rpc_ops { struct
1799 extern const struct nfs_rpc_ops nfs_v2_clientops; argument
1800 extern const struct nfs_rpc_ops nfs_v3_clientops;
1801 extern const struct nfs_rpc_ops nfs_v4_clientops;
Dnfs_fs.h290 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()