Searched defs:nfs_delegation (Results 1 – 1 of 1) sorted by relevance
15 struct nfs_delegation { struct16 struct list_head super_list;17 struct rpc_cred *cred;18 struct inode *inode;19 nfs4_stateid stateid;43 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle); argument