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

/freebsd-10.2-release/sys/geom/raid/
H A Dtr_raid1.c351 struct g_raid_subdisk *sd, *fsd; local
367 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_RESYNC);
368 if (fsd == NULL)
369 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_REBUILD);
370 if (fsd == NULL) {
371 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_STALE);
372 if (fsd != NULL) {
373 fsd->sd_rebuild_pos = 0;
374 g_raid_change_subdisk_state(fsd,
376 g_raid_write_metadata(vol->v_softc, vol, fsd, NUL
[all...]
/freebsd-10.2-release/sys/fs/udf/
H A Decma167-udf.h376 struct fileset_desc fsd; member in union:dscrptr
H A Dudf_vfsops.c314 struct fileset_desc *fsd; local
460 fsd = (struct fileset_desc *)bp->b_data;
461 if (!udf_checktag(&fsd->tag, TAGID_FSD)) {
463 bcopy(&fsd->rootdir_icb, &udfmp->root_icb,
471 printf("Couldn't find the fsd\n");

Completed in 48 milliseconds