Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Ddelegation.h15 struct nfs_delegation { struct
16 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