Searched refs:physical (Results 1 - 7 of 7) sorted by last modified time

/u-boot/fs/btrfs/
H A Dvolumes.c121 u64 physical; member in struct:stripe
564 map->stripes[i].physical =
1149 multi->stripes[i].physical =
1150 map->stripes[stripe_index].physical + stripe_offset +
H A Ddisk-io.c432 multi->stripes[0].physical, eb,
567 multi->stripes[0].physical);
569 error("read failed on devid %llu physical %llu",
570 device->devid, multi->stripes[0].physical);
H A Dextent-io.h140 u64 physical, struct extent_buffer *eb,
H A Dextent-io.c729 u64 physical, struct extent_buffer *eb,
734 ret = __btrfs_devread(desc, part, eb->data + offset, len, physical);
728 read_extent_from_disk(struct blk_desc *desc, struct disk_partition *part, u64 physical, struct extent_buffer *eb, unsigned long offset, unsigned long len) argument
H A Dvolumes.h45 /* physical drive uuid (or lvm uuid) */
68 u64 physical; member in struct:btrfs_bio_stripe
/u-boot/drivers/net/phy/
H A Dmv88e61xx.c163 #error Define CONFIG_MV88E61XX_PHY_PORTS to indicate which physical ports \
/u-boot/include/zfs/
H A Dspa.h107 * 9 | physical birth txg |
127 * PSIZE physical size (after compression)
202 #define BP_SET_BIRTH(bp, logical, physical) \
205 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \

Completed in 81 milliseconds