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