Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dnfs.h19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
Dexport.c70 const struct nfs_rpc_ops *rpc_ops; in nfs_fh_to_dentry()
125 struct nfs_rpc_ops const *ops = server->nfs_client->rpc_ops; in nfs_get_parent()
Dinternal.h299 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
508 const struct nfs_rpc_ops *nfs_ops,
Dread.c190 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
Dproc.c715 const struct nfs_rpc_ops nfs_v2_clientops = {
Dwrite.c1405 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()
1679 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
Dnfs3proc.c1017 const struct nfs_rpc_ops nfs_v3_clientops = {
Dpagelist.c751 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
Dclient.c403 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
Dnfs4proc.c10639 const struct nfs_rpc_ops nfs_v4_clientops = {
/linux-6.1.9/include/linux/
Dnfs_page.h80 const struct nfs_rpc_ops *,
Dnfs_fs_sb.h59 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
Dnfs_xdr.h1733 struct nfs_rpc_ops { struct
1826 extern const struct nfs_rpc_ops nfs_v2_clientops; argument
1827 extern const struct nfs_rpc_ops nfs_v3_clientops;
1828 extern const struct nfs_rpc_ops nfs_v4_clientops;
Dnfs_fs.h309 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()