Searched defs:nfs_rpc_ops (Results 1 – 1 of 1) sorted by relevance
1202 struct nfs_rpc_ops { struct1203 u32 version; /* Protocol version */1204 const struct dentry_operations *dentry_ops;1205 const struct inode_operations *dir_inode_ops;1206 const struct inode_operations *file_inode_ops;1207 const struct file_operations *file_ops;1209 int (*getroot) (struct nfs_server *, struct nfs_fh *,1211 int (*getattr) (struct nfs_server *, struct nfs_fh *,1213 int (*setattr) (struct dentry *, struct nfs_fattr *,1215 int (*lookup) (struct rpc_clnt *clnt, struct inode *, struct qstr *,[all …]