Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dnfs_fs.h101 struct nfs_open_dir_context { struct
102 struct list_head list;
103 atomic_t cache_hits;
104 atomic_t cache_misses;
105 unsigned long attr_gencount;
106 __be32 verf[NFS_DIR_VERIFIER_SIZE];
107 __u64 dir_cookie;
108 __u64 last_cookie;
109 pgoff_t page_index;
110 unsigned int dtsize;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnfs_fs.h90 struct nfs_open_dir_context { struct
91 struct list_head list;
92 const struct cred *cred;
93 unsigned long attr_gencount;
94 __u64 dir_cookie;
95 __u64 dup_cookie;
96 signed char duped;