Searched refs:cached_fids (Results 1 – 3 of 3) sorted by relevance
35 struct cached_fids *cfids;53 struct cached_fids { struct62 extern struct cached_fids *init_cached_dirs(void); argument63 extern void free_cached_dirs(struct cached_fids *cfids);
19 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()
1232 struct cached_fids *cfids;
Completed in 13 milliseconds