Home
last modified time | relevance | path

Searched refs:print_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/tools/f2fs_io/
Df2fs_io.c532 unsigned bs, count, i, print_bytes; in do_read() local
560 print_bytes = atoi(argv[5]); in do_read()
561 if (print_bytes > buf_size) in do_read()
564 print_buf = xmalloc(print_bytes); in do_read()
587 memcpy(print_buf, buf, print_bytes); in do_read()
589 printf("Read %"PRIu64" bytes and print %u bytes:\n", read_cnt, print_bytes); in do_read()
591 for (i = 1; i <= print_bytes; i++) { in do_read()
/third_party/iptables/extensions/
Dlibxt_hashlimit.c845 static uint32_t print_bytes(uint64_t avg, uint64_t burst, const char *prefix) in print_bytes() function
932 quantum = print_bytes(cfg->avg, cfg->burst, ""); in hashlimit_mt_print()
1088 quantum = print_bytes(cfg->avg, cfg->burst, "--hashlimit-"); in hashlimit_mt_save()