Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Ddelegation.h16 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;
[all …]