Home
last modified time | relevance | path

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

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