Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dnfs_xdr.h1706 struct nfs_rpc_ops { struct
1707 u32 version; /* Protocol version */
1708 const struct dentry_operations *dentry_ops;
1709 const struct inode_operations *dir_inode_ops;
1710 const struct inode_operations *file_inode_ops;
1711 const struct file_operations *file_ops;
1712 const struct nlmclnt_operations *nlmclnt_ops;
1714 int (*getroot) (struct nfs_server *, struct nfs_fh *,
1716 int (*submount) (struct fs_context *, struct nfs_server *);
1717 int (*try_get_tree) (struct fs_context *);
[all …]