Searched refs:bp (Results 1 – 2 of 2) sorted by relevance
| /include/zfs/ |
| A D | spa.h | 177 #define BP_GET_COMPRESS(bp) BF64_GET((bp)->blk_prop, 32, 8) argument 180 #define BP_GET_CHECKSUM(bp) BF64_GET((bp)->blk_prop, 40, 8) argument 183 #define BP_GET_TYPE(bp) BF64_GET((bp)->blk_prop, 48, 8) argument 184 #define BP_SET_TYPE(bp, x) BF64_SET((bp)->blk_prop, 48, 8, x) argument 186 #define BP_GET_LEVEL(bp) BF64_GET((bp)->blk_prop, 56, 5) argument 192 #define BP_GET_DEDUP(bp) BF64_GET((bp)->blk_prop, 62, 1) argument 199 ((bp)->blk_phys_birth ? (bp)->blk_phys_birth : (bp)->blk_birth) 213 BP_GET_PSIZE(bp) : BP_GET_LSIZE(bp)); 251 #define BP_IDENTITY(bp) (&(bp)->blk_dva[0]) argument 252 #define BP_IS_GANG(bp) DVA_GET_GANG(BP_IDENTITY(bp)) argument [all …]
|
| /include/ |
| A D | efi_driver.h | 22 struct efi_driver_binding_protocol bp; member
|
Completed in 17 milliseconds