Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dcached_dir.h21 struct cached_dirents { struct
22 bool is_valid:1;
23 bool is_failed:1;
24 struct dir_context *ctx; /*
49 struct cached_dirents dirents; argument