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 test_gen;
25 unsigned long flags;
26 refcount_t refcount;
27 spinlock_t lock;
28 struct rcu_head rcu;