Home
last modified time | relevance | path

Searched refs:NEW_START_BLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_pool_os.c237 start_block = NEW_START_BLOCK; in zpool_label_disk()
276 if (((NEW_START_BLOCK * DEV_BSIZE) % vtoc->efi_lbasize) || in zpool_label_disk()
283 start_block = NEW_START_BLOCK; in zpool_label_disk()
284 if (start_block == NEW_START_BLOCK) in zpool_label_disk()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_disk.h41 #define NEW_START_BLOCK 2048 macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c216 ((EFI_MIN_RESV_SIZE + NEW_START_BLOCK + in bdev_max_capacity()