Home
last modified time | relevance | path

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

/freebsd-12.1/stand/common/
H A Dbcache.c196 struct bcache *bc = dd->dv_cache; in write_strategy()
220 struct bcache *bc = dd->dv_cache; in read_strategy()
374 struct bcache *bc = dd->dv_cache; in bcache_strategy()
H A Dbootstrap.h92 void *dv_cache; member
/freebsd-12.1/stand/userboot/userboot/
H A Duserboot_disk.c200 bcd.dv_cache = ud_info[dev->dd.d_unit].ud_bcache; in userdisk_strategy()
/freebsd-12.1/stand/efi/libefi/
H A Defipart.c969 bcd.dv_cache = pd->pd_bcache; in efipart_strategy()
/freebsd-12.1/stand/i386/libi386/
H A Dbiosdisk.c883 bcd.dv_cache = bd->bd_bcache; in bd_strategy()