Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Duserboot_disk.c43 void *ud_bcache; /* buffer cache data */ member
99 ud_info[i].ud_bcache = NULL; in userdisk_init()
169 if (ud_info[dev->dd.d_unit].ud_bcache == NULL) in userdisk_open()
170 ud_info[dev->dd.d_unit].ud_bcache = bcache_allocate(); in userdisk_open()
183 bcache_free(ud_info[dev->dd.d_unit].ud_bcache); in userdisk_close()
184 ud_info[dev->dd.d_unit].ud_bcache = NULL; in userdisk_close()
199 bcd.dv_cache = ud_info[dev->dd.d_unit].ud_bcache; in userdisk_strategy()