Lines Matching defs:gap
479 le32 hash, le32 keyid, off_t offs, int gap)
489 fullsz = attrsz + gap + sizeof(SECURITY_DESCRIPTOR_HEADER);
493 * Clear the gap from previous descriptor
496 * 256K block, the gap is cleared while writing
499 if (gap)
500 memset(fullattr,0,gap);
501 memcpy(&fullattr[gap + sizeof(SECURITY_DESCRIPTOR_HEADER)],
503 phsds = (SECURITY_DESCRIPTOR_HEADER*)&fullattr[gap];
507 phsds->length = cpu_to_le32(fullsz - gap);
510 offs - gap);
513 offs - gap + ALIGN_SDS_BLOCK);
525 4, offs - gap + ALIGN_SDS_BLOCK + fullsz);
635 int gap;
773 gap = (-size) & (ALIGN_SDS_ENTRY - 1);
774 offs += gap + size;
795 if (entersecurity_data(vol, attr, attrsz, hash, securid, offs, gap)