Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/cifs/
A 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);
A Dcached_dir.c19 static struct cached_fid *find_or_create_cached_dir(struct cached_fids *cfids, in find_or_create_cached_dir()
127 struct cached_fids *cfids; in open_cached_dir()
313 struct cached_fids *cfids = tcon->cfids; in open_cached_dir_by_dentry()
394 struct cached_fids *cfids; in close_all_cached_dirs()
417 struct cached_fids *cfids = tcon->cfids; in invalidate_all_cached_dirs()
464 struct cached_fids *cfids = tcon->cfids; in cached_dir_lease_break()
538 struct cached_fids *init_cached_dirs(void) in init_cached_dirs()
540 struct cached_fids *cfids; in init_cached_dirs()
554 void free_cached_dirs(struct cached_fids *cfids) in free_cached_dirs()
A Dcifsglob.h1232 struct cached_fids *cfids;

Completed in 13 milliseconds