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

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbcache.c65 struct bcachectl *bcache_ctl; member in struct:bcache
86 ((bc)->bcache_ctl[BHASH((bc), (blkno))].bc_blkno != (blkno))
150 bc->bcache_ctl = malloc(bc->bcache_nblks * sizeof(struct bcachectl));
152 if ((bc->bcache_data == NULL) || (bc->bcache_ctl == NULL)) {
160 bc->bcache_ctl[i].bc_count = -1;
161 bc->bcache_ctl[i].bc_blkno = -1;
411 if (bc->bcache_ctl)
412 free(bc->bcache_ctl);
430 bc->bcache_ctl[cand].bc_blkno = blkno;
431 bc->bcache_ctl[can
[all...]

Completed in 74 milliseconds