Lines Matching defs:hdr1
1790 struct INDEX_HDR *hdr1 = &n1->index->ihdr;
1800 e = hdr_insert_de(indx, hdr1, new_de, e, ctx);
1819 sp = hdr_find_split(hdr1);
1829 used1 = le32_to_cpu(hdr1->used);
1830 hdr1_saved = kmemdup(hdr1, used1, GFP_NOFS);
1836 if (!hdr1->flags) {
1863 de_t = hdr_first_de(hdr1);
1867 /* Remove all entries (sp including) from hdr1. */
1869 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off));
1870 hdr1->used = cpu_to_le32(used);
1881 hdr1,
1912 memcpy(hdr1, hdr1_saved, used1);