Searched refs:sp_size (Results 1 – 2 of 2) sorted by relevance
447 unsigned long start, sp_size; in rh_alloc_align() local481 sp_size = start - blk->start; in rh_alloc_align()482 if (sp_size) { in rh_alloc_align()487 spblk->size = sp_size; in rh_alloc_align()498 blk->size -= sp_size + size; in rh_alloc_align()
1874 u16 sp_size; in indx_insert_into_buffer() local1901 sp_size = le16_to_cpu(sp->size); in indx_insert_into_buffer()1902 up_e = kmalloc(sp_size + sizeof(u64), GFP_NOFS); in indx_insert_into_buffer()1905 memcpy(up_e, sp, sp_size); in indx_insert_into_buffer()1918 if (PtrOffset(hdr1, sp) + sp_size > used1) { in indx_insert_into_buffer()1931 up_e->size = cpu_to_le16(sp_size + sizeof(u64)); in indx_insert_into_buffer()1961 used = used1 - to_copy - sp_size; in indx_insert_into_buffer()1962 memmove(de_t, Add2Ptr(sp, sp_size), used - le32_to_cpu(hdr1->de_off)); in indx_insert_into_buffer()