Home
last modified time | relevance | path

Searched refs:zi_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c238 record->zi_type = 0; in translate_record()
241 record->zi_type = DMU_OT_OBJECT_DIRECTORY; in translate_record()
244 record->zi_type = DMU_OT_OBJECT_ARRAY; in translate_record()
247 record->zi_type = DMU_OT_PACKED_NVLIST; in translate_record()
250 record->zi_type = DMU_OT_BPOBJ; in translate_record()
253 record->zi_type = DMU_OT_SPACE_MAP; in translate_record()
256 record->zi_type = DMU_OT_ERROR_LOG; in translate_record()
H A Dzinject.c457 (u_longlong_t)record->zi_object, type_to_name(record->zi_type), in print_panic_handler()
750 (u_longlong_t)record->zi_type); in main()
1306 record.zi_type = atoi(argv[1]);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c141 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
142 type == record->zi_type) in zio_match_handler()
191 if (handler->zi_record.zi_type == type && in zio_handle_decrypt_injection()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h414 uint64_t zi_type; member
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2137 <var-decl name='zi_type' type-id='9c313c2d' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi2718 <var-decl name='zi_type' type-id='9c313c2d' visibility='default'/>