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

/macosx-10.9.5/BootCache-106/
H A Dkext.c225 struct BC_cache_extent { struct
248 struct BC_cache_extent **cm_pextents; /* a list of pointers to extents which reference
330 struct BC_cache_extent *rh_extent; /* extent this read is for */
375 struct BC_cache_extent **c_extentlists; /* an array of extent lists in the cache */
548 static int BC_check_intersection(struct BC_cache_extent *ce, u_int64_t offset, u_int64_t length);
550 static struct BC_cache_extent** BC_find_extent(struct BC_cache_mount* cm, u_int64_t offset, u_int64_t length, int contained, int* pnum_extents);
551 static int BC_discard_bytes(struct BC_cache_extent *ce, u_int64_t offset, u_int64_t length);
553 static int BC_blocks_present(struct BC_cache_extent *ce, int base, int nblk);
562 static void BC_next_valid_range(struct BC_cache_mount *cm, struct BC_cache_extent *ce, uint32_t from,
570 static int BC_setup_extent(struct BC_cache_extent *c
[all...]

Completed in 80 milliseconds