Searched defs:nfs_delegation (Results 1 – 1 of 1) sorted by relevance
16 struct nfs_delegation { struct17 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;[all …]