MCPcopy 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
134static inline unsigned short ext_depth(struct inode *inode)
135{
136 return ext_inode_hdr(inode)->eh_depth;
137}
138
139static inline void ext4_ext_mark_uninitialized(struct ext4_extent *ext)
140{

Callers 15

ext4_ext_max_entriesFunction · 0.85
ext4_ext_check_inodeFunction · 0.85
ext4_ext_show_leafFunction · 0.85
ext4_ext_show_moveFunction · 0.85
ext4_find_extentFunction · 0.85
ext4_ext_splitFunction · 0.85
ext4_ext_grow_indepthFunction · 0.85
ext4_ext_create_new_leafFunction · 0.85
ext4_ext_correct_indexesFunction · 0.85
ext4_ext_try_to_mergeFunction · 0.85
ext4_ext_insert_extentFunction · 0.85

Calls 1

ext_inode_hdrFunction · 0.85

Tested by

no test coverage detected