Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c169 int zo_ashift; member
196 .zo_ashift = SPA_MINBLOCKSHIFT,
727 zo->zo_ashift, /* -a */ in usage()
844 zo->zo_ashift = value; in process_options()
962 if (zo->zo_ashift < 12) in process_options()
963 zo->zo_ashift = 12; in process_options()
1065 if (ztest_opts.zo_ashift == 0) in ztest_get_ashift()
1067 return (ztest_opts.zo_ashift); in ztest_get_ashift()