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