Lines Matching defs:nfs_delegation
16 struct nfs_delegation { struct
17 struct list_head super_list;
18 const struct 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;
25 refcount_t refcount;
26 spinlock_t lock;
50 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle); argument