Searched refs:bootcache_contains_block (Results 1 – 2 of 2) sorted by relevance
170 extern int (*bootcache_contains_block)(dev_t device, u_int64_t blkno);
261 int (*bootcache_contains_block)(dev_t device, u_int64_t blkno) = NULL; variable496 int (*bootcache_check_fn)(dev_t device, u_int64_t blkno) = bootcache_contains_block; in cluster_io_present_in_BC()