freebsd-dev/sys/boot/zfs
Andriy Gapon dade6e27ab dnode_read: handle hole blocks in zfs boot code
A hole block pointer can be encountered at any level and the hole
can cover multiple data blocks, but we are reading the data blocks
one by one, so we care only about the current one.

PR:		199804
Reported by:	Toomas Soome <tsoome@me.com>
Submitted by:	Toomas Soome <tsoome@me.com> (earlier version)
Tested by:	Toomas Soome <tsoome@me.com>
MFC after:	11 days
2015-06-05 15:32:04 +00:00
..
devicename_stubs.c zfsboot/zfsloader: support accessing filesystems within a pool 2012-05-12 09:03:30 +00:00
libzfs.h zfs boot: export boot/primary pool and vdev guid all the way to kenv 2012-10-06 19:47:24 +00:00
Makefile For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc. 2013-12-26 11:32:39 +00:00
zfs.c zfs loader: treat plain pool name as a name of its root dataset 2012-10-06 19:42:50 +00:00
zfsimpl.c dnode_read: handle hole blocks in zfs boot code 2015-06-05 15:32:04 +00:00