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

/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h175 extern int (*bootcache_contains_block)(dev_t device, u_int64_t blkno);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c212 * bootcache_contains_block is initially
223 * if bootcache_contains_block has been
228 int (*bootcache_contains_block)(dev_t device, u_int64_t blkno) = NULL; variable
485 int (*bootcache_check_fn)(dev_t device, u_int64_t blkno) = bootcache_contains_block;

Completed in 59 milliseconds