Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Ddelegation.h16 struct nfs_delegation { struct
17 struct list_head super_list;
18 struct rpc_cred *cred;
19 struct inode *inode;
20 nfs4_stateid stateid;
21 fmode_t type;
22 unsigned long pagemod_limit;
23 __u64 change_attr;
24 unsigned long flags;
48 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle); argument