Lines Matching refs:buf32
381 __le32 buf32[ARRAY_SIZE(xperms.perms.p)];
389 rc = next_entry(buf32, fp, sizeof(u32));
394 items2 = le32_to_cpu(buf32[0]);
395 if (items2 > ARRAY_SIZE(buf32)) {
400 rc = next_entry(buf32, fp, sizeof(u32)*items2);
407 val = le32_to_cpu(buf32[items++]);
413 val = le32_to_cpu(buf32[items++]);
419 val = le32_to_cpu(buf32[items++]);
426 val = le32_to_cpu(buf32[items++]);
446 datum.u.data = le32_to_cpu(buf32[items++]);
508 rc = next_entry(buf32, fp, sizeof(u32)*ARRAY_SIZE(xperms.perms.p));
514 xperms.perms.p[i] = le32_to_cpu(buf32[i]);
517 rc = next_entry(buf32, fp, sizeof(u32));
522 datum.u.data = le32_to_cpu(*buf32);
585 __le32 buf32[ARRAY_SIZE(cur->datum.u.xperms->perms.p)];
605 buf32[i] = cpu_to_le32(cur->datum.u.xperms->perms.p[i]);
606 rc = put_entry(buf32, sizeof(u32),
609 buf32[0] = cpu_to_le32(cur->datum.u.data);
610 rc = put_entry(buf32, sizeof(u32), 1, fp);