MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ztest_random_ibshift

Function ztest_random_ibshift

freebsd/contrib/openzfs/cmd/ztest/ztest.c:1323–1328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323static int
1324ztest_random_ibshift(void)
1325{
1326 return (DN_MIN_INDBLKSHIFT +
1327 ztest_random(DN_MAX_INDBLKSHIFT - DN_MIN_INDBLKSHIFT + 1));
1328}
1329
1330static uint64_t
1331ztest_random_vdev_top(spa_t *spa, boolean_t log_ok)

Callers 1

ztest_createFunction · 0.85

Calls 1

ztest_randomFunction · 0.85

Tested by

no test coverage detected