Lines Matching refs:inode

19 	struct inode *inode;
43 int nfs_inode_set_delegation(struct inode *inode, const struct cred *cred,
45 void nfs_inode_reclaim_delegation(struct inode *inode, const struct cred *cred,
47 int nfs4_inode_return_delegation(struct inode *inode);
48 void nfs4_inode_return_delegation_on_close(struct inode *inode);
49 int nfs_async_inode_return_delegation(struct inode *inode, const nfs4_stateid *stateid);
50 void nfs_inode_evict_delegation(struct inode *inode);
52 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
59 void nfs_remove_bad_delegation(struct inode *inode, const nfs4_stateid *stateid);
60 void nfs_delegation_mark_returned(struct inode *inode, const nfs4_stateid *stateid);
70 int nfs4_proc_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid, int issync);
73 bool nfs4_copy_delegation_stateid(struct inode *inode, fmode_t flags, nfs4_stateid *dst, const struct cred **cred);
74 bool nfs4_refresh_delegation_stateid(nfs4_stateid *dst, struct inode *inode);
76 struct nfs_delegation *nfs4_get_valid_delegation(const struct inode *inode);
78 int nfs4_have_delegation(struct inode *inode, fmode_t flags);
79 int nfs4_check_delegation(struct inode *inode, fmode_t flags);
80 bool nfs4_delegation_flush_on_close(const struct inode *inode);
81 void nfs_inode_find_delegation_state_and_recover(struct inode *inode,
83 int nfs4_inode_make_writeable(struct inode *inode);
87 static inline int nfs_have_delegated_attributes(struct inode *inode)
89 return NFS_PROTO(inode)->have_delegation(inode, FMODE_READ);