Searched defs:nfs_rpc_ops (Results 1 – 1 of 1) sorted by relevance
497 struct nfs_rpc_ops { struct498 int version;499 struct dentry_operations *dentry_ops;500 struct inode_operations *dir_inode_ops;501 struct inode_operations *file_inode_ops;503 int (*getroot) (struct nfs_server *, struct nfs_fh *,505 int (*getattr) (struct nfs_server *, struct nfs_fh *,507 int (*setattr) (struct dentry *, struct nfs_fattr *,509 int (*lookup) (struct inode *, struct qstr *,511 int (*access) (struct inode *, struct nfs_access_entry *);[all …]