Searched refs:IOC_INPUT_TEST (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/libzfs_input_check/ |
| H A D | libzfs_input_check.c | 114 #define IOC_INPUT_TEST(ioc, name, req, opt, err) \ macro 272 IOC_INPUT_TEST(ZFS_IOC_POOL_SYNC, pool, required, NULL, 0); in test_pool_sync() 284 IOC_INPUT_TEST(ZFS_IOC_POOL_REOPEN, pool, NULL, optional, 0); in test_pool_reopen() 292 IOC_INPUT_TEST(ZFS_IOC_POOL_CHECKPOINT, pool, NULL, NULL, 0); in test_pool_checkpoint() 300 IOC_INPUT_TEST(ZFS_IOC_POOL_DISCARD_CHECKPOINT, pool, NULL, in test_pool_discard_checkpoint() 311 IOC_INPUT_TEST(ZFS_IOC_LOG_HISTORY, pool, required, NULL, 0); in test_log_history() 433 IOC_INPUT_TEST(ZFS_IOC_CLONE, clone, required, NULL, 0); in test_clone() 463 IOC_INPUT_TEST(ZFS_IOC_HOLD, pool, required, optional, 0); in test_hold() 473 IOC_INPUT_TEST(ZFS_IOC_GET_HOLDS, snapshot, NULL, NULL, 0); in test_get_holds() 590 IOC_INPUT_TEST(ZFS_IOC_REMAP, dataset, NULL, NULL, 0); in test_remap() [all …]
|