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