Lines Matching defs:neh
930 struct ext4_extent_header *neh;
973 neh = ext4_ext_block_header(bp->b_data);
974 neh->eh_ecount = 0;
975 neh->eh_max = le16toh(ext4_ext_space_block(ip));
976 neh->eh_magic = le16toh(EXT4_EXT_MAGIC);
977 neh->eh_depth = 0;
978 ex = EXT_FIRST_EXTENT(neh);
998 neh->eh_ecount = htole16(le16toh(neh->eh_ecount) + m);
1027 neh = (struct ext4_extent_header *)bp->b_data;
1028 neh->eh_ecount = htole16(1);
1029 neh->eh_magic = htole16(EXT4_EXT_MAGIC);
1030 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1031 neh->eh_depth = htole16(depth - i);
1032 fidx = EXT_FIRST_INDEX(neh);
1045 neh->eh_ecount = htole16(le16toh(neh->eh_ecount) + m);
1087 struct ext4_extent_header *neh;
1109 neh = ext4_ext_block_header(bp->b_data);
1110 neh->eh_magic = htole16(EXT4_EXT_MAGIC);
1113 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1115 neh->eh_max = htole16(ext4_ext_space_block(ip));
1133 neh = ext4_ext_inode_header(ip);
1134 neh->eh_depth = htole16(path->ep_depth + 1);