Lines Matching refs:buf32
409 __le32 buf32[ARRAY_SIZE(xperms.perms.p)];
417 rc = next_entry(buf32, fp, sizeof(u32));
422 items2 = le32_to_cpu(buf32[0]);
423 if (items2 > ARRAY_SIZE(buf32)) {
428 rc = next_entry(buf32, fp, sizeof(u32)*items2);
435 val = le32_to_cpu(buf32[items++]);
441 val = le32_to_cpu(buf32[items++]);
447 val = le32_to_cpu(buf32[items++]);
454 val = le32_to_cpu(buf32[items++]);
474 datum.u.data = le32_to_cpu(buf32[items++]);
536 rc = next_entry(buf32, fp, sizeof(u32)*ARRAY_SIZE(xperms.perms.p));
542 xperms.perms.p[i] = le32_to_cpu(buf32[i]);
545 rc = next_entry(buf32, fp, sizeof(u32));
550 datum.u.data = le32_to_cpu(*buf32);
613 __le32 buf32[ARRAY_SIZE(cur->datum.u.xperms->perms.p)];
633 buf32[i] = cpu_to_le32(cur->datum.u.xperms->perms.p[i]);
634 rc = put_entry(buf32, sizeof(u32),
637 buf32[0] = cpu_to_le32(cur->datum.u.data);
638 rc = put_entry(buf32, sizeof(u32), 1, fp);