Searched defs:nfs_open_dir_context (Results 1 – 1 of 1) sorted by relevance
97 struct nfs_open_dir_context { struct98 struct list_head list;99 atomic_t cache_hits;100 atomic_t cache_misses;103 __u64 dir_cookie;104 __u64 last_cookie;105 pgoff_t page_index;106 unsigned int dtsize;107 bool force_clear;108 bool eof;[all …]
Completed in 7 milliseconds