Lines Matching defs:bp

173 #define	BP_GET_LSIZE(bp)										\  argument
175 #define BP_SET_LSIZE(bp, x) \ argument
178 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 8) argument
179 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 8, x) argument
181 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument
182 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x) argument
184 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument
185 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument
187 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument
188 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x) argument
190 #define BP_GET_PROP_BIT_61(bp) BF64_GET((bp)->blk_prop, 61, 1) argument
191 #define BP_SET_PROP_BIT_61(bp, x) BF64_SET((bp)->blk_prop, 61, 1, x) argument
193 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1) argument
194 #define BP_SET_DEDUP(bp, x) BF64_SET((bp)->blk_prop, 62, 1, x) argument
196 #define BP_GET_BYTEORDER(bp) (0 - BF64_GET((bp)->blk_prop, 63, 1)) argument
197 #define BP_SET_BYTEORDER(bp, x) BF64_SET((bp)->blk_prop, 63, 1, x) argument
199 #define BP_PHYSICAL_BIRTH(bp) \ argument
202 #define BP_SET_BIRTH(bp, logical, physical) \ argument
208 #define BP_GET_ASIZE(bp) \ argument
212 #define BP_GET_UCSIZE(bp) \ argument
216 #define BP_GET_NDVAS(bp) \ argument
221 #define BP_COUNT_GANG(bp) \ argument
252 #define BP_IDENTITY(bp) (&(bp)->blk_dva[0]) argument
253 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) argument
254 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0) argument
257 #define BP_IS_RAIDZ(bp) (DVA_GET_ASIZE(&(bp)->blk_dva[0]) > \ argument
260 #define BP_ZERO(bp) \ argument