Searched defs:nfs_open_dir_context (Results 1 – 1 of 1) sorted by relevance
120 struct nfs_open_dir_context { struct121 struct list_head list;122 atomic_t cache_hits;123 atomic_t cache_misses;124 unsigned long attr_gencount;125 __be32 verf[NFS_DIR_VERIFIER_SIZE];126 __u64 dir_cookie;127 __u64 last_cookie;128 pgoff_t page_index;129 unsigned int dtsize;[all …]