Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ ext_depth
Function
ext_depth
Ext4Fsd/include/linux/ext4_ext.h:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
static inline unsigned short ext_depth(struct inode *inode)
135
{
136
return ext_inode_hdr(inode)->eh_depth;
137
}
138
139
static inline void ext4_ext_mark_uninitialized(struct ext4_extent *ext)
140
{
Callers
15
ext4_ext_max_entries
Function · 0.85
ext4_ext_check_inode
Function · 0.85
ext4_ext_show_leaf
Function · 0.85
ext4_ext_show_move
Function · 0.85
ext4_find_extent
Function · 0.85
ext4_ext_split
Function · 0.85
ext4_ext_grow_indepth
Function · 0.85
ext4_ext_create_new_leaf
Function · 0.85
ext4_ext_correct_indexes
Function · 0.85
ext4_ext_try_to_merge_right
Function · 0.85
ext4_ext_try_to_merge
Function · 0.85
ext4_ext_insert_extent
Function · 0.85
Calls
1
ext_inode_hdr
Function · 0.85
Tested by
no test coverage detected