Home
last modified time | relevance | path

Searched refs:cached_fids (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/cifs/
Dcached_dir.h35 struct cached_fids *cfids;
53 struct cached_fids { struct
62 extern struct cached_fids *init_cached_dirs(void); argument
63 extern void free_cached_dirs(struct cached_fids *cfids);
Dcached_dir.c18 static struct cached_fid *find_or_create_cached_dir(struct cached_fids *cfids, in find_or_create_cached_dir()
126 struct cached_fids *cfids; in open_cached_dir()
299 struct cached_fids *cfids = tcon->cfids; in open_cached_dir_by_dentry()
379 struct cached_fids *cfids; in close_all_cached_dirs()
402 struct cached_fids *cfids = tcon->cfids; in invalidate_all_cached_dirs()
449 struct cached_fids *cfids = tcon->cfids; in cached_dir_lease_break()
523 struct cached_fids *init_cached_dirs(void) in init_cached_dirs()
525 struct cached_fids *cfids; in init_cached_dirs()
539 void free_cached_dirs(struct cached_fids *cfids) in free_cached_dirs()
Dcifsglob.h1235 struct cached_fids *cfids;