Lines Matching defs:nfs_open_dir_context
119 struct nfs_open_dir_context { struct
120 struct list_head list;
121 atomic_t cache_hits;
122 atomic_t cache_misses;
123 unsigned long attr_gencount;
124 __be32 verf[NFS_DIR_VERIFIER_SIZE];
125 __u64 dir_cookie;
126 __u64 last_cookie;
127 pgoff_t page_index;
128 unsigned int dtsize;
129 bool force_clear;
130 bool eof;
131 struct rcu_head rcu_head;