Home
last modified time | relevance | path

Searched refs:bio_attribute (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/sys/geom/
H A Dgeom_io.c218 bp2->bio_attribute = bp->bio_attribute; in g_clone_bio()
254 bp2->bio_attribute = bp->bio_attribute; in g_duplicate_bio()
297 bp->bio_attribute = attr; in g_io_getattr()
382 bp->bio_attribute = NULL; in g_io_flush()
1038 bp->bio_attribute); in g_format_bio()
H A Dgeom_slice.c192 strcmp(bp->bio_attribute, "GEOM::ident") == 0, in g_slice_done()
193 ("bio_cmd=0x%x bio_attribute=%s", bp->bio_cmd, bp->bio_attribute)); in g_slice_done()
289 if (!strcmp("GEOM::ident", bp->bio_attribute)) { in g_slice_start()
299 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_slice_start()
H A Dgeom_disk.c524 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_disk_start()
526 else if (!strcmp(bp->bio_attribute, "GEOM::setstate")) in g_disk_start()
628 bp->bio_attribute = "GEOM::ident"; in g_disk_dumpconf()
635 bp->bio_attribute = "GEOM::lunid"; in g_disk_dumpconf()
643 bp->bio_attribute = "GEOM::lunname"; in g_disk_dumpconf()
H A Dgeom_subr.c1115 if (strcmp(bp->bio_attribute, attribute)) in g_handleattr()
/freebsd/sys/sys/
H A Dbio.h106 const char *bio_attribute; /* Attribute for BIO_[GS]ETATTR */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c592 if (strcmp(bp->bio_attribute, "blocksavail") == 0) { in zvol_geom_bio_getattr()
597 } else if (strcmp(bp->bio_attribute, "blocksused") == 0) { in zvol_geom_bio_getattr()
602 } else if (strcmp(bp->bio_attribute, "poolblocksavail") == 0) { in zvol_geom_bio_getattr()
608 } else if (strcmp(bp->bio_attribute, "poolblocksused") == 0) { in zvol_geom_bio_getattr()
/freebsd/sys/powerpc/powernv/
H A Dopal_flash.c136 if (strcmp(bp->bio_attribute, "NAND::device") == 0) { in opalflash_getattr()
/freebsd/sys/dev/cfi/
H A Dcfi_disk.c300 if (strcmp(bp->bio_attribute, "CFI::device") == 0) { in cfi_disk_getattr()
/freebsd/sys/dev/flash/
H A Dn25q.c411 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in n25q_getattr()
H A Dat45d.c414 if (strcmp(bp->bio_attribute, "SPI::device") != 0) in at45d_getattr()
H A Dmx25l.c621 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in mx25l_getattr()
/freebsd/sys/dev/nvd/
H A Dnvd.c307 if (!strcmp("GEOM::lunid", bp->bio_attribute)) { in nvd_getattr()
/freebsd/sys/geom/concat/
H A Dg_concat.c357 if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_concat_start()
360 } else if (strcmp("GEOM::candelete", bp->bio_attribute) == 0) { in g_concat_start()
/freebsd/sys/geom/raid/
H A Dg_raid.c1019 bp.bio_attribute = NULL; in g_raid_tr_kerneldump_common()
1116 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) in g_raid_start()
1118 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_raid_start()
/freebsd/sys/dev/flash/flexspi/
H A Dflex_spi.c920 if (strcmp(bp->bio_attribute, "SPI::device") != 0) { in flex_spi_getattr()
/freebsd/sys/geom/nop/
H A Dg_nop.c241 else if (strcmp(bp->bio_attribute, "GEOM::kerneldump") == 0) in g_nop_start()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c1197 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) { in g_mirror_start()
1200 } else if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_mirror_start()
1203 } else if (!strcmp(bp->bio_attribute, "GEOM::rotation_rate")) { in g_mirror_start()
/freebsd/sys/geom/uzip/
H A Dg_uzip.c479 if (strncmp(bp->bio_attribute, "MNT:", 4) == 0) { in g_uzip_start()
/freebsd/sys/geom/part/
H A Dg_part.c2291 if (!strcmp("GEOM::physpath", bp->bio_attribute)) { in g_part_start()
2295 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_part_start()
/freebsd/sys/cam/nvme/
H A Dnvme_da.c832 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in ndagetattr()
/freebsd/sys/geom/stripe/
H A Dg_stripe.c594 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) { in g_stripe_start()
/freebsd/sys/geom/union/
H A Dg_union.c842 if (strcmp(cbp->bio_attribute, "GEOM::kerneldump") != 0) in g_union_start()
/freebsd/sys/geom/eli/
H A Dg_eli.c273 !strcmp(bp->bio_attribute, "GEOM::physpath")) { in g_eli_getattr_done()
/freebsd/sys/dev/mmc/
H A Dmmcsd.c1075 if (strcmp(bp->bio_attribute, "MMC::device") == 0) { in mmcsd_getattr()
/freebsd/sys/geom/multipath/
H A Dg_multipath.c397 !strcmp(bp->bio_attribute, "GEOM::physpath")) in g_multipath_done()

12