Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ le16_add_cpu
Function
le16_add_cpu
Ext4Fsd/include/linux/module.h:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
190
191
static inline void le16_add_cpu(__le16 *var, u16 val)
192
{
193
*var = cpu_to_le16(le16_to_cpu(*var) + val);
194
}
195
196
static inline void le32_add_cpu(__le32 *var, u32 val)
197
{
Callers
5
ext4_ext_insert_index
Function · 0.85
ext4_ext_split
Function · 0.85
ext4_ext_grow_indepth
Function · 0.85
ext4_ext_try_to_merge_right
Function · 0.85
ext4_ext_insert_extent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected