Home
last modified time | relevance | path

Searched refs:stat_bytes (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.bin/fetch/
H A Dfetch.c255 stat_bytes(char *str, size_t strsz, off_t bytes) in stat_bytes() function
282 stat_bytes(bytes, sizeof bytes, (off_t)bps); in stat_bps()
310 stat_bytes(bytes, sizeof bytes, xs->rcvd); in stat_display()
314 stat_bytes(bytes, sizeof bytes, xs->size); in stat_display()
383 stat_bytes(bytes, sizeof bytes, xs->rcvd); in stat_end()
/dragonfly/sys/vfs/hammer/
H A Dhammer_ioctl.h97 int64_t stat_bytes; /* number of data bytes pruned */ member
H A Dhammer_prune.c214 prune->stat_bytes += bytes; in hammer_ioc_prune()
H A Dhammer_object.c2425 int track, int64_t *stat_bytes) in hammer_delete_at_cursor() argument
2590 if (stat_bytes) in hammer_delete_at_cursor()
2591 *stat_bytes = bytes; in hammer_delete_at_cursor()
H A Dhammer.h1016 int track, int64_t *stat_bytes);
/dragonfly/sbin/hammer/
H A Dcmd_softprune.c238 (uintmax_t)scan->prune.stat_bytes in hammer_cmd_softprune()