Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnfs_fs.h119 struct nfs_open_dir_context { struct
120 struct list_head list;
121 atomic_t cache_hits;
122 atomic_t cache_misses;
125 __u64 dir_cookie;
126 __u64 last_cookie;
127 pgoff_t page_index;
128 unsigned int dtsize;
129 bool force_clear;
130 bool eof;
[all …]