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

Function spa_maxdnodesize

freebsd/contrib/openzfs/module/zfs/spa_misc.c:2615–2622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2613}
2614
2615int
2616spa_maxdnodesize(spa_t *spa)
2617{
2618 if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_DNODE))
2619 return (DNODE_MAX_SIZE);
2620 else
2621 return (DNODE_MIN_SIZE);
2622}
2623
2624boolean_t
2625spa_multihost(spa_t *spa)

Callers 4

receive_objectFunction · 0.85
dnode_allocateFunction · 0.85
dnode_reallocateFunction · 0.85
ztest_random_dnodesizeFunction · 0.85

Calls 1

spa_feature_is_enabledFunction · 0.85

Tested by 1

ztest_random_dnodesizeFunction · 0.68