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

/freebsd-11-stable/stand/userboot/userboot/
H A Duserboot_disk.c46 void *ud_bcache; /* buffer cache data */ member in struct:userdisk_info
100 ud_info[i].ud_bcache = NULL;
170 if (ud_info[dev->dd.d_unit].ud_bcache == NULL)
171 ud_info[dev->dd.d_unit].ud_bcache = bcache_allocate();
184 bcache_free(ud_info[dev->dd.d_unit].ud_bcache);
185 ud_info[dev->dd.d_unit].ud_bcache = NULL;
200 bcd.dv_cache = ud_info[dev->dd.d_unit].ud_bcache;

Completed in 24 milliseconds