Searched defs:nfs_rpc_ops (Results 1 – 1 of 1) sorted by relevance
1629 struct nfs_rpc_ops { struct1630 u32 version; /* Protocol version */1631 const struct dentry_operations *dentry_ops;1632 const struct inode_operations *dir_inode_ops;1633 const struct inode_operations *file_inode_ops;1634 const struct file_operations *file_ops;1635 const struct nlmclnt_operations *nlmclnt_ops;1637 int (*getroot) (struct nfs_server *, struct nfs_fh *,1639 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,1641 struct dentry *(*try_mount) (int, const char *, struct nfs_mount_info *,[all …]