Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_cluster.c537 int (*bootcache_check_fn)(dev_t device, u_int64_t blkno) = bootcache_contains_block; in cluster_io_present_in_BC() local
539 if (bootcache_check_fn && vp->v_mount && vp->v_mount->mnt_devvp) { in cluster_io_present_in_BC()
548 if (bootcache_check_fn(vp->v_mount->mnt_devvp->v_rdev, blkno)) { in cluster_io_present_in_BC()