Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs_xdr.h1442 struct nfs_rpc_ops { struct
1443 u32 version; /* Protocol version */
1444 const struct dentry_operations *dentry_ops;
1445 const struct inode_operations *dir_inode_ops;
1446 const struct inode_operations *file_inode_ops;
1447 const struct file_operations *file_ops;
1449 int (*getroot) (struct nfs_server *, struct nfs_fh *,
1451 struct vfsmount *(*submount) (struct nfs_server *, struct dentry *,
1453 struct dentry *(*try_mount) (int, const char *, struct nfs_mount_info *,
1455 int (*getattr) (struct nfs_server *, struct nfs_fh *,
[all …]