Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcached_dir.h37 struct cached_fids *cfids;
58 struct cached_fids { struct
82 struct cached_fids *init_cached_dirs(void); argument
83 void free_cached_dirs(struct cached_fids *cfids);
H A Dcached_dir.c26 static struct cached_fid *find_or_create_cached_dir(struct cached_fids *cfids, in find_or_create_cached_dir()
155 struct cached_fids *cfids; in open_cached_dir()
419 struct cached_fids *cfids = tcon->cfids; in open_cached_dir_by_dentry()
544 struct cached_fids *cfids; in close_all_cached_dirs()
598 struct cached_fids *cfids = tcon->cfids; in invalidate_all_cached_dirs()
663 struct cached_fids *cfids = tcon->cfids; in cached_dir_lease_break()
760 struct cached_fids *cfids; in cfids_laundromat_worker()
764 cfids = container_of(work, struct cached_fids, laundromat_work.work); in cfids_laundromat_worker()
812 struct cached_fids *init_cached_dirs(void) in init_cached_dirs()
814 struct cached_fids *cfids; in init_cached_dirs()
[all …]
H A Dcifs_debug.c305 struct cached_fids *cfids; in cifs_debug_dirs_proc_show()
H A Dcifsglob.h1291 struct cached_fids *cfids;