| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | dmu_os.c | 181 IMPLY(last_size < PAGE_SIZE, *rahead == 0); in dmu_read_pages() 290 IMPLY(*rahead != 0, di == numbufs - 1); in dmu_read_pages() 291 IMPLY(*rahead != 0, bufoff != 0); in dmu_read_pages() 297 IMPLY(pgoff == 0, mi == count); in dmu_read_pages()
|
| H A D | abd_os.c | 462 IMPLY(!abd_is_linear(aiter->iter_abd), zfs_abd_chunk_size == in abd_iter_map()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 142 #define IMPLY(A, B) ((void)0) macro 156 #define IMPLY(A, B) \ macro
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 142 #define IMPLY(A, B) ((void)0) macro 156 #define IMPLY(A, B) \ macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 130 #define IMPLY(A, B) ((void)0) macro 140 #define IMPLY(A, B) \ macro
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_indirect_mapping.c | 260 IMPLY(index >= 1, dva_mapping_overlap_compare(&offset, in vdev_indirect_mapping_entry_for_offset_impl() 440 IMPLY(entry->vime_obsolete_count != 0, in vdev_indirect_mapping_add_entries()
|
| H A D | vdev_draid.c | 923 IMPLY(abd_offset != 0, abd_off == zio->io_size); in vdev_draid_map_alloc_write() 986 IMPLY(abd_offset != 0, abd_off == zio->io_size); in vdev_draid_map_alloc_scrub() 1015 IMPLY(abd_offset != 0, abd_off == zio->io_size); in vdev_draid_map_alloc_read() 1167 IMPLY(abd_offset == 0 && io_size < zio->io_size, in vdev_draid_map_alloc_row() 1169 IMPLY(abd_offset != 0, in vdev_draid_map_alloc_row() 1261 IMPLY(bc > 0, rr->rr_nempty == groupwidth - bc); in vdev_draid_map_alloc_row() 2084 IMPLY(zio->io_priority == ZIO_PRIORITY_REBUILD, rr->rr_nempty == 0); in vdev_draid_io_start_read()
|
| H A D | zio_inject.c | 554 IMPLY(inject_delay_count > 0, zio_injection_enabled > 0); in zio_handle_io_delay() 555 IMPLY(zio_injection_enabled == 0, inject_delay_count == 0); in zio_handle_io_delay()
|
| H A D | zil.c | 729 IMPLY(error == 0, lwb != NULL); in zil_create() 1808 IMPLY(itx->itx_lr.lrc_txtype == TX_COMMIT, itx->itx_callback == NULL); in zil_itx_destroy() 1809 IMPLY(itx->itx_callback != NULL, itx->itx_lr.lrc_txtype != TX_COMMIT); in zil_itx_destroy() 2199 IMPLY(itx != NULL, itx->itx_lr.lrc_txtype != TX_COMMIT); in zil_prune_commit_list() 2573 IMPLY(nlwb != NULL, lwb->lwb_state != LWB_STATE_OPENED); in zil_commit_waiter_timeout() 2684 IMPLY(lwb != NULL, lwb->lwb_state != LWB_STATE_CLOSED); in zil_commit_waiter() 2731 IMPLY(lwb != NULL, in zil_commit_waiter()
|
| H A D | arc.c | 1410 IMPLY(shared, HDR_SHARED_DATA(buf->b_hdr)); in arc_buf_is_shared() 1411 IMPLY(shared, ARC_BUF_SHARED(buf)); in arc_buf_is_shared() 2033 IMPLY(encrypted, HDR_ENCRYPTED(hdr)); in arc_buf_fill() 2034 IMPLY(encrypted, ARC_BUF_ENCRYPTED(buf)); in arc_buf_fill() 2035 IMPLY(encrypted, ARC_BUF_COMPRESSED(buf)); in arc_buf_fill() 2036 IMPLY(encrypted, !ARC_BUF_SHARED(buf)); in arc_buf_fill() 2795 IMPLY(encrypted, compressed); in arc_buf_alloc_impl() 3244 IMPLY(alloc_rdata, HDR_PROTECTED(hdr)); in arc_hdr_alloc_abd() 3272 IMPLY(free_rdata, HDR_HAS_RABD(hdr)); in arc_hdr_free_abd() 4077 IMPLY(bytes < 0, bytes == ARC_EVICT_ALL); in arc_evict_state_impl() [all …]
|
| H A D | abd.c | 137 IMPLY(abd->abd_parent != NULL, !(abd->abd_flags & ABD_FLAG_OWNER)); in abd_verify() 138 IMPLY(abd->abd_flags & ABD_FLAG_META, abd->abd_flags & ABD_FLAG_OWNER); in abd_verify()
|
| H A D | dsl_crypt.c | 802 IMPLY(keyformat == ZFS_KEYFORMAT_PASSPHRASE, iters != 0); in spa_keystore_load_wkey() 803 IMPLY(keyformat == ZFS_KEYFORMAT_PASSPHRASE, salt != 0); in spa_keystore_load_wkey() 804 IMPLY(keyformat != ZFS_KEYFORMAT_PASSPHRASE, iters == 0); in spa_keystore_load_wkey() 805 IMPLY(keyformat != ZFS_KEYFORMAT_PASSPHRASE, salt == 0); in spa_keystore_load_wkey()
|
| H A D | space_map.c | 563 IMPLY(words == 1, vdev_id == SM_NO_VDEVID); in space_map_write_seg()
|
| H A D | spa_misc.c | 2161 IMPLY(size == 0, list_is_empty(&shl->procfs_list.pl_list)); in spa_import_progress_truncate() 2609 IMPLY(ret != -1ULL, in spa_get_last_removal_txg()
|
| H A D | dmu_tx.c | 1026 IMPLY((txg_how & TXG_WAIT), !dsl_pool_config_held(tx->tx_pool)); in dmu_tx_assign()
|
| H A D | zio.c | 817 IMPLY(type != ZIO_TYPE_TRIM, psize <= SPA_MAXBLOCKSIZE); in zio_create() 825 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create() 4903 IMPLY(zb1->zb_level > 0, ibs1 >= SPA_MINBLOCKSHIFT); in zbookmark_compare() 4904 IMPLY(zb2->zb_level > 0, ibs2 >= SPA_MINBLOCKSHIFT); in zbookmark_compare()
|
| H A D | dnode.c | 1294 IMPLY(flag & DNODE_DRY_RUN, (tag == NULL) && (dnp == NULL)); in dnode_hold_impl() 1834 IMPLY(dr->dr_dbuf == NULL, old_nlevels == 1); in dnode_set_nlevels_impl()
|
| H A D | sa.c | 1976 IMPLY(reg_length != 0, reg_length == buflen); in sa_modify_attrs()
|
| H A D | dbuf.c | 1980 IMPLY(dn->dn_objset->os_raw_receive, dn->dn_maxblkid >= blkid); in dbuf_dirty_lightweight()
|
| H A D | metaslab.c | 712 IMPLY(TREE_CMP(m1->ms_start, m2->ms_start) == 0, m1 == m2); in metaslab_compare()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 678 IMPLY(evict_func_sync == NULL, evict_func_async != NULL); in dmu_buf_init_user()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2663 IMPLY(print_list, print_redact); in dump_bookmark()
|