Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnfs_xdr.h1228 struct nfs_rpc_ops { struct
1229 u32 version; /* Protocol version */
1230 const struct dentry_operations *dentry_ops;
1231 const struct inode_operations *dir_inode_ops;
1232 const struct inode_operations *file_inode_ops;
1233 const struct file_operations *file_ops;
1235 int (*getroot) (struct nfs_server *, struct nfs_fh *,
1237 int (*getattr) (struct nfs_server *, struct nfs_fh *,
1239 int (*setattr) (struct dentry *, struct nfs_fattr *,
1241 int (*lookup) (struct rpc_clnt *clnt, struct inode *, struct qstr *,
[all …]