MCPcopy 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

60int space_map_ibs = 14;
61
62boolean_t
63sm_entry_is_debug(uint64_t e)
64{
65 return (SM_PREFIX_DECODE(e) == SM_DEBUG_PREFIX);
66}
67
68boolean_t
69sm_entry_is_single_word(uint64_t e)

Callers 4

space_map_iterateFunction · 0.85
dump_spacemapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected