Lines Matching defs:hdr1
1805 struct INDEX_HDR *hdr1 = &n1->index->ihdr;
1815 e = hdr_insert_de(indx, hdr1, new_de, e, ctx);
1834 sp = hdr_find_split(hdr1);
1844 used1 = le32_to_cpu(hdr1->used);
1845 hdr1_saved = kmemdup(hdr1, used1, GFP_NOFS);
1851 if (!hdr1->flags) {
1878 de_t = hdr_first_de(hdr1);
1882 /* Remove all entries (sp including) from hdr1. */
1884 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off));
1885 hdr1->used = cpu_to_le32(used);
1896 hdr1,
1927 unsafe_memcpy(hdr1, hdr1_saved, used1,