Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/cmd/libzfs_input_check/
H A Dlibzfs_input_check.c123 #define IOC_INPUT_TEST(ioc, name, req, opt, err) \ macro
282 IOC_INPUT_TEST(ZFS_IOC_POOL_SYNC, pool, required, NULL, 0); in test_pool_sync()
295 IOC_INPUT_TEST(ZFS_IOC_POOL_REOPEN, pool, required, NULL, 0); in test_pool_reopen()
304 IOC_INPUT_TEST(ZFS_IOC_POOL_CHECKPOINT, pool, NULL, NULL, 0); in test_pool_checkpoint()
312 IOC_INPUT_TEST(ZFS_IOC_POOL_DISCARD_CHECKPOINT, pool, NULL, in test_pool_discard_checkpoint()
323 IOC_INPUT_TEST(ZFS_IOC_LOG_HISTORY, pool, required, NULL, 0); in test_log_history()
445 IOC_INPUT_TEST(ZFS_IOC_CLONE, clone, required, NULL, 0); in test_clone()
475 IOC_INPUT_TEST(ZFS_IOC_HOLD, pool, required, optional, 0); in test_hold()
485 IOC_INPUT_TEST(ZFS_IOC_GET_HOLDS, snapshot, NULL, NULL, 0); in test_get_holds()
602 IOC_INPUT_TEST(ZFS_IOC_REMAP, dataset, NULL, NULL, 0); in test_remap()
[all …]