Lines Matching defs:bp

174 #define	BP_GET_LSIZE(bp)										\  argument
176 #define BP_SET_LSIZE(bp, x) \ argument
179 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 8) argument
180 #define BP_SET_COMPRESS(bp, x) BF64_SET((bp)->blk_prop, 32, 8, x) argument
182 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument
183 #define BP_SET_CHECKSUM(bp, x) BF64_SET((bp)->blk_prop, 40, 8, x) argument
185 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument
186 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument
188 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument
189 #define BP_SET_LEVEL(bp, x) BF64_SET((bp)->blk_prop, 56, 5, x) argument
191 #define BP_GET_PROP_BIT_61(bp) BF64_GET((bp)->blk_prop, 61, 1) argument
192 #define BP_SET_PROP_BIT_61(bp, x) BF64_SET((bp)->blk_prop, 61, 1, x) argument
194 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1) argument
195 #define BP_SET_DEDUP(bp, x) BF64_SET((bp)->blk_prop, 62, 1, x) argument
197 #define BP_GET_BYTEORDER(bp) (0 - BF64_GET((bp)->blk_prop, 63, 1)) argument
198 #define BP_SET_BYTEORDER(bp, x) BF64_SET((bp)->blk_prop, 63, 1, x) argument
200 #define BP_PHYSICAL_BIRTH(bp) \ argument
203 #define BP_SET_BIRTH(bp, logical, physical) \ argument
209 #define BP_GET_ASIZE(bp) \ argument
213 #define BP_GET_UCSIZE(bp) \ argument
217 #define BP_GET_NDVAS(bp) \ argument
222 #define BP_COUNT_GANG(bp) \ argument
253 #define BP_IDENTITY(bp) (&(bp)->blk_dva[0]) argument
254 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) argument
255 #define BP_IS_HOLE(bp) ((bp)->blk_birth == 0) argument
258 #define BP_IS_RAIDZ(bp) (DVA_GET_ASIZE(&(bp)->blk_dva[0]) > \ argument
261 #define BP_ZERO(bp) \ argument