Lines Matching refs:cached_fids
26 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()
415 struct cached_fids *cfids = tcon->cfids; in open_cached_dir_by_dentry()
540 struct cached_fids *cfids; in close_all_cached_dirs()
594 struct cached_fids *cfids = tcon->cfids; in invalidate_all_cached_dirs()
659 struct cached_fids *cfids = tcon->cfids; in cached_dir_lease_break()
756 struct cached_fids *cfids; in cfids_laundromat_worker()
760 cfids = container_of(work, struct cached_fids, laundromat_work.work); in cfids_laundromat_worker()
808 struct cached_fids *init_cached_dirs(void) in init_cached_dirs()
810 struct cached_fids *cfids; in init_cached_dirs()
833 void free_cached_dirs(struct cached_fids *cfids) in free_cached_dirs()