Home
last modified time | relevance | path

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

/Linux-v5.4/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()
135 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
Dinternal.h252 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
475 const struct nfs_rpc_ops *nfs_ops,
Dread.c209 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
Dproc.c705 const struct nfs_rpc_ops nfs_v2_clientops = {
Dwrite.c1399 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()
1681 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
Dnfs3proc.c984 const struct nfs_rpc_ops nfs_v3_clientops = {
Dpagelist.c614 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
Dclient.c397 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
Dnfs4proc.c9973 const struct nfs_rpc_ops nfs_v4_clientops = {
/Linux-v5.4/include/linux/
Dnfs_page.h76 const struct nfs_rpc_ops *,
Dnfs_fs_sb.h56 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
Dnfs_xdr.h1629 struct nfs_rpc_ops { struct
1724 extern const struct nfs_rpc_ops nfs_v2_clientops; argument
1725 extern const struct nfs_rpc_ops nfs_v3_clientops;
1726 extern const struct nfs_rpc_ops nfs_v4_clientops;
Dnfs_fs.h274 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()