Lines Matching defs:nfs_open_dir_context
97 struct nfs_open_dir_context { struct
98 struct list_head list;
99 atomic_t cache_hits;
100 atomic_t cache_misses;
101 unsigned long attr_gencount;
102 __be32 verf[NFS_DIR_VERIFIER_SIZE];
103 __u64 dir_cookie;
104 __u64 last_cookie;
105 pgoff_t page_index;
106 unsigned int dtsize;
107 bool force_clear;
108 bool eof;
109 struct rcu_head rcu_head;