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