Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c239 record->zi_type = 0; in translate_record()
242 record->zi_type = DMU_OT_OBJECT_DIRECTORY; in translate_record()
245 record->zi_type = DMU_OT_OBJECT_ARRAY; in translate_record()
248 record->zi_type = DMU_OT_PACKED_NVLIST; in translate_record()
251 record->zi_type = DMU_OT_BPOBJ; in translate_record()
254 record->zi_type = DMU_OT_SPACE_MAP; in translate_record()
257 record->zi_type = DMU_OT_ERROR_LOG; in translate_record()
H A Dzinject.c472 (u_longlong_t)record->zi_object, type_to_name(record->zi_type), in print_data_handler()
778 (u_longlong_t)record->zi_type); in register_handler()
1357 record.zi_type = atoi(argv[1]); in main()
/src/sys/contrib/openzfs/module/zfs/
H A Dzio_inject.c142 if (record->zi_type == DMU_OT_NONE || in zio_match_handler()
143 type == record->zi_type) in zio_match_handler()
192 if (handler->zi_record.zi_type == type && in zio_handle_panic_injection()
/src/sys/contrib/openzfs/include/sys/
H A Dzfs_ioctl.h415 uint64_t zi_type; member
/src/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi3146 <var-decl name='zi_type' type-id='9c313c2d' visibility='default'/>
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi2949 <var-decl name='zi_type' type-id='9c313c2d' visibility='default'/>