Lines Matching defs:bp

292 #define	BPE_GET_ETYPE(bp)	\  argument
295 #define BPE_SET_ETYPE(bp, t) do { \ argument
300 #define BPE_GET_LSIZE(bp) \ argument
303 #define BPE_SET_LSIZE(bp, x) do { \ argument
308 #define BPE_GET_PSIZE(bp) \ argument
311 #define BPE_SET_PSIZE(bp, x) do { \ argument
324 #define BPE_IS_PAYLOADWORD(bp, wp) \ argument
363 #define BP_GET_LSIZE(bp) \ argument
367 #define BP_SET_LSIZE(bp, x) do { \ argument
373 #define BP_GET_PSIZE(bp) \ argument
375 #define BP_SET_PSIZE(bp, x) \ argument
378 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 7) argument
379 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 7, x) argument
381 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument
382 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x) argument
384 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument
385 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument
387 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument
388 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x) argument
390 #define BP_IS_EMBEDDED(bp) BF64_GET((bp)->blk_prop, 39, 1) argument
392 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1) argument
393 #define BP_SET_DEDUP(bp, x) BF64_SET((bp)->blk_prop, 62, 1, x) argument
395 #define BP_GET_BYTEORDER(bp) BF64_GET((bp)->blk_prop, 63, 1) argument
396 #define BP_SET_BYTEORDER(bp, x) BF64_SET((bp)->blk_prop, 63, 1, x) argument
398 #define BP_PHYSICAL_BIRTH(bp) \ argument
401 #define BP_GET_ASIZE(bp) \ argument
405 #define BP_GET_UCSIZE(bp) \ argument
409 #define BP_GET_NDVAS(bp) \ argument
435 #define BP_IDENTITY(bp) (&(bp)->blk_dva[0]) argument
436 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) argument
439 #define BP_IS_HOLE(bp) DVA_IS_EMPTY(BP_IDENTITY(bp)) argument
440 #define BP_IS_OLDER(bp, txg) (!BP_IS_HOLE(bp) && (bp)->blk_birth < (txg)) argument
442 #define BP_ZERO(bp) \ argument
465 #define BP_SHOULD_BYTESWAP(bp) (BP_GET_BYTEORDER(bp) != ZFS_HOST_BYTEORDER) argument
468 #define BPE_IS_PAYLOADWORD(bp, wp) \ argument