Searched defs:nfs_delegation (Results 1 – 1 of 1) sorted by relevance
16 struct nfs_delegation { struct17 struct hlist_node hash;18 struct list_head super_list;19 const struct cred *cred;20 struct inode *inode;21 nfs4_stateid stateid;22 fmode_t type;23 unsigned long pagemod_limit;24 __u64 change_attr;25 unsigned long test_gen;[all …]