Lines Matching refs:inode
18 struct inode *inode; member
37 int nfs_inode_set_delegation(struct inode *inode, struct rpc_cred *cred, struct nfs_openres *res);
38 void nfs_inode_reclaim_delegation(struct inode *inode, struct rpc_cred *cred, struct nfs_openres *r…
39 int nfs4_inode_return_delegation(struct inode *inode);
40 int nfs_async_inode_return_delegation(struct inode *inode, const nfs4_stateid *stateid);
41 void nfs_inode_return_delegation_noreclaim(struct inode *inode);
43 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
50 void nfs_remove_bad_delegation(struct inode *inode);
56 int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, …
59 bool nfs4_copy_delegation_stateid(nfs4_stateid *dst, struct inode *inode, fmode_t flags);
62 int nfs4_have_delegation(struct inode *inode, fmode_t flags);
63 int nfs4_check_delegation(struct inode *inode, fmode_t flags);
67 static inline int nfs_have_delegated_attributes(struct inode *inode) in nfs_have_delegated_attributes() argument
69 return NFS_PROTO(inode)->have_delegation(inode, FMODE_READ) && in nfs_have_delegated_attributes()
70 !(NFS_I(inode)->cache_validity & NFS_INO_REVAL_FORCED); in nfs_have_delegated_attributes()