Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ spa_maxblocksize
Function
spa_maxblocksize
freebsd/contrib/openzfs/module/zfs/spa_misc.c:2563–2570 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2561
}
2562
2563
int
2564
spa_maxblocksize(spa_t *spa)
2565
{
2566
if (spa_feature_is_enabled(spa, SPA_FEATURE_LARGE_BLOCKS))
2567
return (SPA_MAXBLOCKSIZE);
2568
else
2569
return (SPA_OLD_MAXBLOCKSIZE);
2570
}
2571
2572
2573
/*
Callers
12
blksz_changed_cb
Function · 0.85
blksz_changed_cb
Function · 0.85
dsl_crypto_recv_raw_objset_check
Function · 0.85
receive_object
Function · 0.85
receive_spill
Function · 0.85
arc_read
Function · 0.85
dbuf_spill_set_blksz
Function · 0.85
dnode_allocate
Function · 0.85
dnode_reallocate
Function · 0.85
dnode_set_blksz
Function · 0.85
vdev_queue_aggregate
Function · 0.85
ztest_random_blocksize
Function · 0.85
Calls
1
spa_feature_is_enabled
Function · 0.85
Tested by
1
ztest_random_blocksize
Function · 0.68