Home
last modified time | relevance | path

Searched refs:VDEV_PHYS_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dvdev_impl.h16 #define VDEV_PHYS_SIZE (112 << 10) macro
32 char vp_nvlist[VDEV_PHYS_SIZE - sizeof(zio_eck_t)];
/openbmc/u-boot/fs/zfs/
H A Dzfs.c412 offset = (sector << SPA_MINBLOCKSHIFT) + VDEV_PHYS_SIZE + (i * UBBYTES); in find_bestub()
1699 *nvlist = malloc(VDEV_PHYS_SIZE); in int_zfs_fetch_nvlist()
1701 err = zfs_devread(data->vdev_phys_sector, 0, VDEV_PHYS_SIZE, *nvlist); in int_zfs_fetch_nvlist()
1914 (VDEV_PHYS_SIZE >> SECTOR_BITS), in zfs_mount()