Home
last modified time | relevance | path

Searched defs:nfs_open_dir_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/
Dnfs_fs.h96 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;
[all …]