Lines Matching defs:nfs_rpc_ops
1772 struct nfs_rpc_ops { struct
1773 u32 version; /* Protocol version */
1774 const struct dentry_operations *dentry_ops;
1775 const struct inode_operations *dir_inode_ops;
1776 const struct inode_operations *file_inode_ops;
1777 const struct file_operations *file_ops;
1778 const struct nlmclnt_operations *nlmclnt_ops;
1780 int (*getroot) (struct nfs_server *, struct nfs_fh *,
1782 int (*submount) (struct fs_context *, struct nfs_server *);
1783 int (*try_get_tree) (struct fs_context *);
1784 int (*getattr) (struct nfs_server *, struct nfs_fh *,
1786 int (*setattr) (struct dentry *, struct nfs_fattr *,
1788 int (*lookup) (struct inode *, struct dentry *,
1790 int (*lookupp) (struct inode *, struct nfs_fh *,
1792 int (*access) (struct inode *, struct nfs_access_entry *, const struct cred *);
1793 int (*readlink)(struct inode *, struct page *, unsigned int,
1795 int (*create) (struct inode *, struct dentry *,
1797 int (*remove) (struct inode *, struct dentry *);
1798 void (*unlink_setup) (struct rpc_message *, struct dentry *, struct inode *);
1799 void (*unlink_rpc_prepare) (struct rpc_task *, struct nfs_unlinkdata *);
1800 int (*unlink_done) (struct rpc_task *, struct inode *);
1801 void (*rename_setup) (struct rpc_message *msg,
1804 void (*rename_rpc_prepare)(struct rpc_task *task, struct nfs_renamedata *);
1805 int (*rename_done) (struct rpc_task *task, struct inode *old_dir, struct inode *new_dir);
1806 int (*link) (struct inode *, struct inode *, const struct qstr *);
1807 int (*symlink) (struct inode *, struct dentry *, struct folio *,
1809 int (*mkdir) (struct inode *, struct dentry *, struct iattr *);
1810 int (*rmdir) (struct inode *, const struct qstr *);
1811 int (*readdir) (struct nfs_readdir_arg *, struct nfs_readdir_res *);
1812 int (*mknod) (struct inode *, struct dentry *, struct iattr *,
1814 int (*statfs) (struct nfs_server *, struct nfs_fh *,
1816 int (*fsinfo) (struct nfs_server *, struct nfs_fh *,
1818 int (*pathconf) (struct nfs_server *, struct nfs_fh *,
1820 int (*set_capabilities)(struct nfs_server *, struct nfs_fh *);
1821 int (*decode_dirent)(struct xdr_stream *, struct nfs_entry *, bool);
1822 int (*pgio_rpc_prepare)(struct rpc_task *,
1824 void (*read_setup)(struct nfs_pgio_header *, struct rpc_message *);
1825 int (*read_done)(struct rpc_task *, struct nfs_pgio_header *);
1826 void (*write_setup)(struct nfs_pgio_header *, struct rpc_message *,
1828 int (*write_done)(struct rpc_task *, struct nfs_pgio_header *);
1829 void (*commit_setup) (struct nfs_commit_data *, struct rpc_message *,
1831 void (*commit_rpc_prepare)(struct rpc_task *, struct nfs_commit_data *);
1832 int (*commit_done) (struct rpc_task *, struct nfs_commit_data *);
1833 int (*lock)(struct file *, int, struct file_lock *);
1834 int (*lock_check_bounds)(const struct file_lock *);
1835 void (*clear_acl_cache)(struct inode *);
1836 void (*close_context)(struct nfs_open_context *ctx, int);
1837 struct inode * (*open_context) (struct inode *dir,
1842 int (*have_delegation)(struct inode *, fmode_t, int);
1843 int (*return_delegation)(struct inode *);
1844 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *);
1845 struct nfs_client *(*init_client) (struct nfs_client *,
1847 void (*free_client) (struct nfs_client *);
1848 struct nfs_server *(*create_server)(struct fs_context *);
1849 struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
1851 int (*discover_trunking)(struct nfs_server *, struct nfs_fh *);
1852 void (*enable_swap)(struct inode *inode);
1853 void (*disable_swap)(struct inode *inode);