Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
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()
Dnfs.h19 const struct nfs_rpc_ops *rpc_ops; /* NFS operations */
Dinternal.h303 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops,
524 const struct nfs_rpc_ops *nfs_ops,
Dread.c192 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_read()
Dproc.c715 const struct nfs_rpc_ops nfs_v2_clientops = {
Dwrite.c1410 const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_write()
1684 const struct nfs_rpc_ops *nfs_ops, in nfs_initiate_commit()
Dnfs3proc.c1017 const struct nfs_rpc_ops nfs_v3_clientops = {
Dpagelist.c848 const struct cred *cred, const struct nfs_rpc_ops *rpc_ops, in nfs_initiate_pgio()
Dclient.c408 const struct nfs_rpc_ops *rpc_ops = cl_init->nfs_mod->rpc_ops; in nfs_get_client()
Dnfs4proc.c10652 const struct nfs_rpc_ops nfs_v4_clientops = {
/Linux-v6.6/include/linux/
Dnfs_fs_sb.h60 const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */
Dnfs_page.h84 const struct nfs_rpc_ops *,
Dnfs_xdr.h1740 struct nfs_rpc_ops { struct
1833 extern const struct nfs_rpc_ops nfs_v2_clientops; argument
1834 extern const struct nfs_rpc_ops nfs_v3_clientops;
1835 extern const struct nfs_rpc_ops nfs_v4_clientops;
Dnfs_fs.h347 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()