Searched defs:nfs_open_dir_context (Results 1 – 1 of 1) sorted by relevance
119 struct nfs_open_dir_context { struct120 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;[all …]