Lines Matching defs:buf
372 __le32 buf[3];
377 rc = next_entry(buf, fp, sizeof buf);
381 mapunit = le32_to_cpu(buf[0]);
382 e->highbit = le32_to_cpu(buf[1]);
383 count = le32_to_cpu(buf[2]);
475 __le32 buf[3];
479 buf[0] = cpu_to_le32(BITS_PER_U64);
491 buf[1] = cpu_to_le32(last_bit);
492 buf[2] = cpu_to_le32(count);
494 rc = put_entry(buf, sizeof(u32), 3, fp);
512 buf[0] = cpu_to_le32(last_startbit);
513 rc = put_entry(buf, sizeof(u32), 1, fp);
533 buf[0] = cpu_to_le32(last_startbit);
534 rc = put_entry(buf, sizeof(u32), 1, fp);