Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/
Dgeom_io.c224 bp2->bio_attribute = bp->bio_attribute; in g_clone_bio()
263 bp2->bio_attribute = bp->bio_attribute; in g_duplicate_bio()
306 bp->bio_attribute = attr; in g_io_getattr()
355 bp->bio_attribute = NULL; in g_io_flush()
1039 printf("%s[%s(attr=%s)]", pname, cmd, bp->bio_attribute); in g_print_bio()
Dgeom_slice.c198 strcmp(bp->bio_attribute, "GEOM::ident") == 0, in g_slice_done()
199 ("bio_cmd=0x%x bio_attribute=%s", bp->bio_cmd, bp->bio_attribute)); in g_slice_done()
295 if (!strcmp("GEOM::ident", bp->bio_attribute)) { in g_slice_start()
305 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_slice_start()
Dgeom_disk.c525 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_disk_start()
527 else if (!strcmp(bp->bio_attribute, "GEOM::setstate")) in g_disk_start()
617 bp->bio_attribute = "GEOM::ident"; in g_disk_dumpconf()
624 bp->bio_attribute = "GEOM::lunid"; in g_disk_dumpconf()
632 bp->bio_attribute = "GEOM::lunname"; in g_disk_dumpconf()
Dgeom_subr.c1050 if (strcmp(bp->bio_attribute, attribute)) in g_handleattr()
/freebsd-12-stable/sys/dev/nand/
Dnand_geom.c172 if (strcmp(bp->bio_attribute, "NAND::device") == 0) { in nand_getattr()
177 if (strcmp(bp->bio_attribute, "NAND::oobsize") == 0) in nand_getattr()
179 else if (strcmp(bp->bio_attribute, "NAND::pagesize") == 0) in nand_getattr()
181 else if (strcmp(bp->bio_attribute, "NAND::blocksize") == 0) in nand_getattr()
/freebsd-12-stable/sys/sys/
Dbio.h104 const char *bio_attribute; /* Attribute for BIO_[GS]ETATTR */ member
/freebsd-12-stable/sys/dev/cfi/
Dcfi_disk.c303 if (strcmp(bp->bio_attribute, "CFI::device") == 0) { in cfi_disk_getattr()
/freebsd-12-stable/sys/dev/flash/
Dn25q.c418 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in n25q_getattr()
Dat45d.c418 if (strcmp(bp->bio_attribute, "SPI::device") != 0) in at45d_getattr()
Dmx25l.c618 if (strcmp(bp->bio_attribute, "SPI::device") == 0) { in mx25l_getattr()
/freebsd-12-stable/sys/geom/concat/
Dg_concat.c346 if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_concat_start()
349 } else if (strcmp("GEOM::candelete", bp->bio_attribute) == 0) { in g_concat_start()
/freebsd-12-stable/sys/dev/nvd/
Dnvd.c305 if (!strcmp("GEOM::lunid", bp->bio_attribute)) { in nvd_getattr()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzvol.c2809 if (strcmp(bp->bio_attribute, "blocksavail") == 0) {
2815 } else if (strcmp(bp->bio_attribute, "blocksused") == 0) {
2821 } else if (strcmp(bp->bio_attribute, "poolblocksavail") == 0) {
2827 } else if (strcmp(bp->bio_attribute, "poolblocksused") == 0) {
/freebsd-12-stable/sys/geom/raid/
Dg_raid.c1017 bp.bio_attribute = NULL; in g_raid_tr_kerneldump_common()
1115 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) in g_raid_start()
1117 else if (!strcmp(bp->bio_attribute, "GEOM::kerneldump")) in g_raid_start()
/freebsd-12-stable/sys/cam/nvme/
Dnvme_da.c782 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in ndagetattr()
/freebsd-12-stable/sys/geom/uzip/
Dg_uzip.c476 if (strncmp(bp->bio_attribute, "MNT:", 4) == 0) { in g_uzip_start()
/freebsd-12-stable/sys/geom/part/
Dg_part.c2288 if (!strcmp("GEOM::physpath", bp->bio_attribute)) { in g_part_start()
2292 if (!strcmp("GEOM::kerneldump", bp->bio_attribute)) { in g_part_start()
/freebsd-12-stable/sys/geom/eli/
Dg_eli.c219 !strcmp(bp->bio_attribute, "GEOM::physpath")) { in g_eli_getattr_done()
/freebsd-12-stable/sys/dev/mmc/
Dmmcsd.c1083 if (strcmp(bp->bio_attribute, "MMC::device") == 0) { in mmcsd_getattr()
/freebsd-12-stable/sys/geom/mirror/
Dg_mirror.c1153 if (!strcmp(bp->bio_attribute, "GEOM::candelete")) { in g_mirror_start()
1156 } else if (strcmp("GEOM::kerneldump", bp->bio_attribute) == 0) { in g_mirror_start()
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c398 !strcmp(bp->bio_attribute, "GEOM::physpath")) in g_multipath_done()
/freebsd-12-stable/sys/cam/mmc/
Dmmc_da.c714 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in sddagetattr()
/freebsd-12-stable/sys/geom/journal/
Dg_journal.c741 if (strcmp(bp->bio_attribute, "GJOURNAL::provider") == 0) { in g_journal_start()
/freebsd-12-stable/sys/cam/ata/
Data_da.c1561 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in adagetattr()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_da.c1944 ret = xpt_getattr(bp->bio_data, bp->bio_length, bp->bio_attribute, in dagetattr()