Searched defs:nfs_rpc_ops (Results 1 – 2 of 2) sorted by relevance
1740 struct nfs_rpc_ops { struct1741 u32 version; /* Protocol version */1742 const struct dentry_operations *dentry_ops;1743 const struct inode_operations *dir_inode_ops;1744 const struct inode_operations *file_inode_ops;1745 const struct file_operations *file_ops;1746 const struct nlmclnt_operations *nlmclnt_ops;1748 int (*getroot) (struct nfs_server *, struct nfs_fh *,1750 int (*submount) (struct fs_context *, struct nfs_server *);1751 int (*try_get_tree) (struct fs_context *);[all …]
1711 struct nfs_rpc_ops { struct1712 u32 version; /* Protocol version */1713 const struct dentry_operations *dentry_ops;1714 const struct inode_operations *dir_inode_ops;1715 const struct inode_operations *file_inode_ops;1716 const struct file_operations *file_ops;1717 const struct nlmclnt_operations *nlmclnt_ops;1719 int (*getroot) (struct nfs_server *, struct nfs_fh *,1721 int (*submount) (struct fs_context *, struct nfs_server *);1722 int (*try_get_tree) (struct fs_context *);[all …]