Home
last modified time | relevance | path

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

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