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

Function ext_inode_hdr

Ext4Fsd/include/linux/ext4_ext.h:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 (EXT_FIRST_INDEX((__hdr__)) + (__hdr__)->eh_max - 1)
123
124static inline struct ext4_extent_header *ext_inode_hdr(struct inode *inode)
125{
126 return get_ext4_header(inode);
127}
128
129static inline struct ext4_extent_header *ext_block_hdr(struct buffer_head *bh)
130{

Callers 6

ext_depthFunction · 0.85
ext4_ext_check_inodeFunction · 0.85
ext4_find_extentFunction · 0.85
ext4_ext_grow_indepthFunction · 0.85
ext4_ext_remove_spaceFunction · 0.85
ext4_ext_tree_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected