Lines Matching refs:value_length
755 u32 value_length = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_find() local
758 if (value_length > le32_to_cpu(a->length) || in ntfs_attr_find()
759 value_offset > le32_to_cpu(a->length) - value_length) in ntfs_attr_find()
763 if (min_len && value_length < min_len) { in ntfs_attr_find()
793 u32 value_length = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_find() local
798 min_t(u32, val_len, value_length)); in ntfs_attr_find()
804 if (val_len == value_length) in ntfs_attr_find()
806 if (val_len < value_length) in ntfs_attr_find()
1281 u32 value_length = le32_to_cpu(a->data.resident.value_length); in ntfs_external_attr_find() local
1287 if (value_length > attr_len || value_offset > attr_len - value_length) in ntfs_external_attr_find()
1290 value_length = ntfs_resident_attr_min_value_length(a->type); in ntfs_external_attr_find()
1291 if (value_length && le32_to_cpu(a->data.resident.value_length) < in ntfs_external_attr_find()
1292 value_length) { in ntfs_external_attr_find()
1297 if (value_length == val_len && in ntfs_external_attr_find()
1742 old_size = le32_to_cpu(a->data.resident.value_length); in ntfs_resident_attr_value_resize()
1747 a->data.resident.value_length = cpu_to_le32(new_size); in ntfs_resident_attr_value_resize()
1904 attr_size = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_make_non_resident()
2046 a->data.resident.value_length = cpu_to_le32(attr_size); in ntfs_attr_make_non_resident()
2297 a->data.resident.value_length = cpu_to_le32(size); in ntfs_resident_attr_record_add()
2986 !a->data.resident.value_length)) { in ntfs_attr_open()
3054 s64 l = le32_to_cpu(a->data.resident.value_length); in ntfs_attr_open()
3967 a->data.resident.value_length = cpu_to_le32(ni->data_size); in ntfs_attr_make_resident()
4525 le32_to_cpu(ctx->attr->data.resident.value_length)); in ntfs_resident_attr_resize()
4569 le32_to_cpu(ctx->attr->data.resident.value_length))) { in ntfs_resident_attr_resize()
5444 ctx->attr->data.resident.value_length = in ntfs_attr_fallocate()