Searched refs:trunc (Results 1 – 4 of 4) sorted by relevance
121 if (st.trunc) { in posix_summary()123 (unsigned long long)st.trunc, in posix_summary()124 (st.trunc == 1) ? "block" : "blocks"); in posix_summary()274 (unsigned long long)st.trunc); in dd_write_msg()288 if (st.trunc != 1) ADDS("s"); in dd_write_msg()326 if (st.trunc) { in human_summary()
182 ++st.trunc; in block()214 ++st.trunc; in block_close()
98 uint64_t trunc; /* # of truncated records */ member
184 static void hex_dump(char *msg, void *data, int size, int trunc) in hex_dump() argument197 if(trunc && (size>32)) in hex_dump()