Lines Matching refs:CACHEFILE

156 …void (*log_fassociate_during_checkpoint)(CACHEFILE cf, void *userdata); // When starting a checkpo…
157 …void (*close_userdata)(CACHEFILE cf, int fd, void *userdata, bool lsnvalid, LSN); // when closing …
158 …void (*free_userdata)(CACHEFILE cf, void *userdata); // when closing the last reference to a cache…
160 …void (*checkpoint_userdata)(CACHEFILE cf, int fd, void *userdata); // when checkpointing a cachefi…
161 …void (*end_checkpoint_userdata)(CACHEFILE cf, int fd, void *userdata); // after checkpointing cach…
162 …void (*note_pin_by_checkpoint)(CACHEFILE cf, void *userdata); // add a reference to the userdata t…
163 …void (*note_unpin_by_checkpoint)(CACHEFILE cf, void *userdata); // add a reference to the userdata…
174 CACHEFILE cachefile;
255 CACHEFILE cachefile,
334 PAIR find_pair(CACHEFILE file, CACHEKEY key, uint32_t hash);
374 int cachefile_of_iname_in_env(const char *iname_in_env, CACHEFILE *cf);
375 int cachefile_of_filenum(FILENUM filenum, CACHEFILE *cf);
376 void add_cf_unlocked(CACHEFILE newcf);
377 void add_stale_cf(CACHEFILE newcf);
378 void remove_cf(CACHEFILE cf);
379 void remove_stale_cf_unlocked(CACHEFILE cf);
382 CACHEFILE find_cachefile_unlocked(struct fileid* fileid);
383 CACHEFILE find_stale_cachefile_unlocked(struct fileid* fileid);
391 toku::omt<CACHEFILE> m_active_filenum;
392 toku::omt<CACHEFILE> m_active_fileid;
393 toku::omt<CACHEFILE> m_stale_fileid;
395 CACHEFILE find_cachefile_in_list_unlocked(CACHEFILE start, struct fileid* fileid);
439 void fill_checkpoint_cfs(CACHEFILE* checkpoint_cfs);
441 void checkpoint_userdata(CACHEFILE* checkpoint_cfs);
443 void end_checkpoint_userdata(CACHEFILE* checkpoint_cfs);
444 void remove_cachefiles(CACHEFILE* checkpoint_cfs);