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

/freebsd-9.3-release/sys/geom/mirror/
H A Dg_mirror.c1132 sbp = disk->d_sync.ds_bios[i];
1314 if (sync->ds_bios != NULL) {
1316 sync->ds_bios[i] = NULL;
1359 bp = sync->ds_bios[i];
1948 disk->d_sync.ds_bios = malloc(sizeof(struct bio *) * g_mirror_syncreqs,
1952 disk->d_sync.ds_bios[i] = bp;
1975 bp = disk->d_sync.ds_bios[i];
2016 free(disk->d_sync.ds_bios, M_MIRROR);
2017 disk->d_sync.ds_bios = NULL;
H A Dg_mirror.h113 struct bio **ds_bios; /* BIOs for synchronization I/O. */ member in struct:g_mirror_disk_sync
/freebsd-9.3-release/sys/geom/raid3/
H A Dg_raid3.c1489 sbp = disk->d_sync.ds_bios[i];
1708 if (sync->ds_bios != NULL) {
1710 sync->ds_bios[i] = NULL;
1755 bp = sync->ds_bios[i];
2244 disk->d_sync.ds_bios = malloc(sizeof(struct bio *) * g_raid3_syncreqs,
2248 disk->d_sync.ds_bios[n] = bp;
2269 bp = disk->d_sync.ds_bios[n];
2315 free(disk->d_sync.ds_bios, M_RAID3);
2316 disk->d_sync.ds_bios = NULL;
H A Dg_raid3.h122 struct bio **ds_bios; /* BIOs for synchronization I/O. */ member in struct:g_raid3_disk_sync

Completed in 82 milliseconds