Lines Matching defs:length
254 u32 length;
291 // not AT_END yet no room for the length field.
293 "room for the length field.\n",
298 length = le32_to_cpu(attr_rec->length);
301 if ((u8*)attr_rec+length >= buf+size_of_file_record) {
320 attr_rec = (ATTR_RECORD*)((u8*)attr_rec+length);
341 while (rl->length) {
342 ntfs_log_verbose("vcn: %lld, length: %lld.\n",
343 (long long)rl->vcn, (long long)rl->length);
347 res = rl->vcn + rl->length;
426 u32 length = le32_to_cpu(attr_rec->length);
429 if ((u8*)attr_rec+length >= ((u8*)mft_rec)+buflen) {
442 if (length<24) {
445 (int)length);
498 if (length<64) {
501 (int)length);
504 if (attr_rec->compression_unit && (length<72)) {
507 (int)length);
512 // todo: length==mapping_pairs_offset+length of compressed mapping pairs.
541 // if resident, length==value_length+value_offset
543 // value_offset, length,
544 // "length==value_length+value_offset");
545 // if resident, length==value_length+value_offset
546 if (value_length+value_offset > length) {
547 check_failed("value_length(%d)+value_offset(%d)>length(%d) for attribute 0x%x.\n", (int)value_length, (int)value_offset, (int)length, (int)attr_type);
566 return (ATTR_REC *)(((u8 *)attr_rec) + length);
619 if (assert_u32_equal(usa_count-1, buflen/NTFS_BLOCK_SIZE, "USA length"))
638 // not AT_END yet no room for the length field.
640 "room for the length field.\n",