Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c2362 ztest_lr_alloc(size_t lrsize, char *name) in ztest_lr_alloc() function
2443 lr_create_t *lr = ztest_lr_alloc(sizeof (*lr), od->od_name); in ztest_create()
2496 lr_remove_t *lr = ztest_lr_alloc(sizeof (*lr), od->od_name); in ztest_remove()
2519 lr = ztest_lr_alloc(sizeof (*lr) + size, NULL); in ztest_write()
2542 lr = ztest_lr_alloc(sizeof (*lr), NULL); in ztest_truncate()
2561 lr = ztest_lr_alloc(sizeof (*lr), NULL); in ztest_setattr()