Lines Matching refs:le32_to_cpu

701 			pos > (char*)m + le32_to_cpu(m->bytes_allocated) ||
702 pos + size > (char*)m + le32_to_cpu(m->bytes_allocated))
705 if (pos - (char*)m > (int)le32_to_cpu(m->bytes_in_use) - 8)
708 biu = le32_to_cpu(m->bytes_in_use);
710 if (biu + size > le32_to_cpu(m->bytes_allocated))
914 le32_to_cpu(ctx->attr->length));
916 for (;; a = (ATTR_RECORD*)((char*)a + le32_to_cpu(a->length))) {
918 le32_to_cpu(ctx->mrec->bytes_allocated))
921 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) >
922 le32_to_cpu(type))) ||
991 le32_to_cpu(a->u.res.value_length)));
998 avl = le32_to_cpu(a->u.res.value_length);
1749 if (le32_to_cpu(m->bytes_in_use) + 24 + sd_len >
1750 le32_to_cpu(m->bytes_allocated))
1785 if (le32_to_cpu(m->bytes_in_use) + 24 + val_len >
1786 min(le32_to_cpu(m->bytes_allocated),
1787 le32_to_cpu(m->bytes_allocated) - 512))
1942 le32_to_cpu(r->index.entries_offset));
1992 if (le32_to_cpu(m->bytes_in_use) + 24 + bitmap_len >
1993 le32_to_cpu(m->bytes_allocated))
2083 re_end = (char*)r + le32_to_cpu(a->u.res.value_length);
2084 re_start = (char*)&r->index + le32_to_cpu(r->index.entries_offset);
2086 index_block_size = le32_to_cpu(r->index_block_size);
2132 le32_to_cpu(ia_val->index.entries_offset), re_start, i);
2135 le32_to_cpu(ia_val->index.entries_offset));
2146 r->index.index_length = cpu_to_le32(le32_to_cpu(r->index.entries_offset)
2152 le32_to_cpu(r->index.allocated_size))) {
2213 le32_to_cpu(idx->index.allocated_size) ||
2216 le32_to_cpu(idx->index.allocated_size))
2220 (int)le32_to_cpu(idx->index.index_length)
2224 biu = le32_to_cpu(idx->index.index_length);
2226 if (biu + size > le32_to_cpu(idx->index.allocated_size))
2280 u1 = le32_to_cpu(((SDH_INDEX_KEY*)key1)->hash);
2281 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->hash);
2287 u1 = le32_to_cpu(((SDH_INDEX_KEY*)key1)->security_id);
2288 u2 = le32_to_cpu(((SDH_INDEX_KEY*)key2)->security_id);
2329 if (g_vol->mft_record_size > idx_size + le32_to_cpu(m->bytes_allocated))
2351 le32_to_cpu(idx_header->entries_offset));
2353 le32_to_cpu(idx_header->index_length));
2409 le32_to_cpu(m->bytes_in_use) -
2413 m->bytes_in_use = cpu_to_le32(le32_to_cpu(m->bytes_in_use) + idx_size);
2414 a->length = cpu_to_le32(le32_to_cpu(a->length) + idx_size);
2415 a->u.res.value_length = cpu_to_le32(le32_to_cpu(a->u.res.value_length) + idx_size);
2417 le32_to_cpu(idx_header->index_length) + idx_size);
2419 le32_to_cpu(idx_header->allocated_size) + idx_size);
2497 ((le32_to_cpu(sds_header->length) + 15) & ~15));
2635 index_end = (char*)&idx->index + le32_to_cpu(idx->index.index_length);
2637 le32_to_cpu(idx->index.entries_offset));
3850 le32_to_cpu(idx->index.allocated_size);
4115 le32_to_cpu(a->u.res.value_length));
4667 memcpy((char*)a + le16_to_cpu(a->u.res.value_offset), g_lcn_bitmap, le32_to_cpu(a->u.res.value_length));