Searched defs:nfs_rpc_ops (Results 1 – 1 of 1) sorted by relevance
1500 struct nfs_rpc_ops { struct1501 u32 version; /* Protocol version */1502 const struct dentry_operations *dentry_ops;1503 const struct inode_operations *dir_inode_ops;1504 const struct inode_operations *file_inode_ops;1505 const struct file_operations *file_ops;1507 int (*getroot) (struct nfs_server *, struct nfs_fh *,1509 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,1511 struct dentry *(*try_mount) (int, const char *, struct nfs_mount_info *,1513 int (*getattr) (struct nfs_server *, struct nfs_fh *,[all …]