Searched refs:neh (Results 1 – 1 of 1) sorted by relevance
1060 struct ext4_extent_header *neh; in ext4_ext_split() local 1139 neh = ext_block_hdr(bh); in ext4_ext_split() 1140 neh->eh_entries = 0; in ext4_ext_split() 1141 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0)); in ext4_ext_split() 1142 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split() 1143 neh->eh_depth = 0; in ext4_ext_split() 1144 neh->eh_generation = 0; in ext4_ext_split() 1160 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split() 1162 le16_add_cpu(&neh->eh_entries, m); in ext4_ext_split() 1167 sizeof(struct ext4_extent) * le16_to_cpu(neh in ext4_ext_split() 1315 struct ext4_extent_header *neh; ext4_ext_grow_indepth() local [all...]