MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / dx_set_hash

Function dx_set_hash

Ext4Fsd/ext3/htree.c:787–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787static inline void dx_set_hash (struct dx_entry *entry, unsigned value)
788{
789 entry->hash = cpu_to_le32(value);
790}
791
792static inline unsigned dx_get_count (struct dx_entry *entries)
793{

Callers 1

dx_insert_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected