Lines Matching defs:nfs_readdir_descriptor
149 struct nfs_readdir_descriptor { struct
150 struct file *file;
151 struct page *page;
152 struct dir_context *ctx;
153 pgoff_t page_index;
154 u64 dir_cookie;
155 u64 last_cookie;
156 u64 dup_cookie;
157 loff_t current_index;
158 loff_t prev_index;
160 __be32 verf[NFS_DIR_VERIFIER_SIZE];
161 unsigned long dir_verifier;
162 unsigned long timestamp;
163 unsigned long gencount;
164 unsigned long attr_gencount;
165 unsigned int cache_entry_index;
166 signed char duped;
167 bool plus;
168 bool eof;