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

Function ext_block_hdr

Ext4Fsd/include/linux/ext4_ext.h:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static inline struct ext4_extent_header *ext_block_hdr(struct buffer_head *bh)
130{
131 return (struct ext4_extent_header *)bh->b_data;
132}
133
134static inline unsigned short ext_depth(struct inode *inode)
135{

Callers 8

__read_extent_tree_blockFunction · 0.85
__ext4_ext_dirtyFunction · 0.85
ext4_find_extentFunction · 0.85
ext4_ext_splitFunction · 0.85
ext4_ext_grow_indepthFunction · 0.85
ext4_ext_search_rightFunction · 0.85
ext4_ext_rm_leafFunction · 0.85
ext4_ext_remove_spaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected