Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sm_entry_is_debug
Function
sm_entry_is_debug
freebsd/contrib/openzfs/module/zfs/space_map.c:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
int space_map_ibs = 14;
61
62
boolean_t
63
sm_entry_is_debug(uint64_t e)
64
{
65
return (SM_PREFIX_DECODE(e) == SM_DEBUG_PREFIX);
66
}
67
68
boolean_t
69
sm_entry_is_single_word(uint64_t e)
Callers
4
space_map_iterate
Function · 0.85
space_map_reversed_last_block_entries
Function · 0.85
space_map_incremental_destroy
Function · 0.85
dump_spacemap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected