Searched refs:rbp_size_count (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_redact.h | 35 return (BF64_GET_SB((rbp)->rbp_size_count, 48, 16, SPA_MINBLOCKSHIFT, in redact_block_get_size() 42 BF64_SET_SB((rbp)->rbp_size_count, 48, 16, SPA_MINBLOCKSHIFT, 0, size); in redact_block_set_size() 48 return (BF64_GET_SB((rbp)->rbp_size_count, 0, 48, 0, 1)); in redact_block_get_count() 54 BF64_SET_SB((rbp)->rbp_size_count, 0, 48, 0, 1, count); in redact_block_set_count()
|
| H A D | dsl_bookmark.h | 99 uint64_t rbp_size_count; member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_redact.c | 608 if (coalesce->rbp_size_count == 0) { in update_redaction_list() 966 if (err == 0 && md.md_coalesce_block.rbp_size_count != 0) { in perform_redaction()
|