Searched defs:nfs_open_dir_context (Results 1 – 1 of 1) sorted by relevance
119 struct nfs_open_dir_context { struct120 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 …]