Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcached_dir.h35 struct cached_fids *cfids;
53 struct cached_fids { struct
63 extern struct cached_fids *init_cached_dirs(void); argument
64 extern void free_cached_dirs(struct cached_fids *cfids);
H A Dcached_dir.c20 static struct cached_fid *find_or_create_cached_dir(struct cached_fids *cfids, in find_or_create_cached_dir()
146 struct cached_fids *cfids; in open_cached_dir()
396 struct cached_fids *cfids = tcon->cfids; in open_cached_dir_by_dentry()
479 struct cached_fids *cfids; in close_all_cached_dirs()
502 struct cached_fids *cfids = tcon->cfids; in invalidate_all_cached_dirs()
552 struct cached_fids *cfids = tcon->cfids; in cached_dir_lease_break()
628 struct cached_fids *cfids; in cfids_laundromat_worker()
632 cfids = container_of(work, struct cached_fids, laundromat_work.work); in cfids_laundromat_worker()
671 struct cached_fids *init_cached_dirs(void) in init_cached_dirs()
673 struct cached_fids *cfids; in init_cached_dirs()
[all …]
H A Dcifsglob.h1285 struct cached_fids *cfids;