Lines Matching refs:hdr1
1797 struct INDEX_HDR *hdr1 = &n1->index->ihdr; in indx_insert_into_buffer() local
1807 e = hdr_insert_de(indx, hdr1, new_de, e, ctx); in indx_insert_into_buffer()
1826 sp = hdr_find_split(hdr1); in indx_insert_into_buffer()
1836 used1 = le32_to_cpu(hdr1->used); in indx_insert_into_buffer()
1837 hdr1_saved = kmemdup(hdr1, used1, GFP_NOFS); in indx_insert_into_buffer()
1843 if (!hdr1->flags) { in indx_insert_into_buffer()
1870 de_t = hdr_first_de(hdr1); in indx_insert_into_buffer()
1876 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off)); in indx_insert_into_buffer()
1877 hdr1->used = cpu_to_le32(used); in indx_insert_into_buffer()
1888 hdr1, in indx_insert_into_buffer()
1919 memcpy(hdr1, hdr1_saved, used1); in indx_insert_into_buffer()