Home
last modified time | relevance | path

Searched refs:bootcache_contains_block (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dconf.h173 extern int (*bootcache_contains_block)(dev_t device, u_int64_t blkno);
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_cluster.c261 int (*bootcache_contains_block)(dev_t device, u_int64_t blkno) = NULL; variable
517 int (*bootcache_check_fn)(dev_t device, u_int64_t blkno) = bootcache_contains_block; in cluster_io_present_in_BC()