Lines Matching +full:block +full:- +full:copy
9 * A full copy of the text of the CDDL should have accompanied this
10 * source. A copy of the CDDL is also available via the Internet at
21 * Embedded-data Block Pointers
23 * Normally, block pointers point (via their DVAs) to a block which holds data.
25 * use of space, because a block must be at minimum 1 sector (typically 512
29 * Embedded-data Block Pointers allow small pieces of data (the "payload",
30 * up to 112 bytes) to be stored in the block pointer itself, instead of
34 * BP_EMBEDDED_TYPE_DATA block pointers allow highly-compressible data to
35 * be embedded in the block pointer. The logic for this is handled in
37 * pipeline doesn't need special-cases to handle these block pointers.
39 * See spa.h for details on the exact layout of embedded block pointers.
59 * Decode the words of the block pointer into the byte array. in decode_embedded_bp_compressed()