Searched refs:IOC_INPUT_TEST (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
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() 331 IOC_INPUT_TEST(ZFS_IOC_CREATE, dataset, required, optional, 0); in test_create() 351 IOC_INPUT_TEST(ZFS_IOC_SNAPSHOT, pool, required, optional, 0); in test_snapshot() 365 IOC_INPUT_TEST(ZFS_IOC_SPACE_SNAPS, snapshot, required, NULL, 0); in test_space_snaps() 379 IOC_INPUT_TEST(ZFS_IOC_DESTROY_SNAPS, pool, required, NULL, 0); in test_destroy_snaps() [all …]
|