Home
last modified time | relevance | path

Searched refs:billions (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DBusLogic.h215 unsigned int billions; member
1228 bytecount->billions++; in blogic_addcount()
H A DBusLogic.c3365 if (tgt_stats[tgt].bytesread.billions > 0) in blogic_show_info()
3366 seq_printf(m, " %9u%09u", tgt_stats[tgt].bytesread.billions, tgt_stats[tgt].bytesread.units); in blogic_show_info()
3369 if (tgt_stats[tgt].byteswritten.billions > 0) in blogic_show_info()
3370 …seq_printf(m, " %9u%09u\n", tgt_stats[tgt].byteswritten.billions, tgt_stats[tgt].byteswritten.un… in blogic_show_info()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-self-describing-metadata.rst14 adequate for supporting PB scale filesystems with billions of inodes, however it
H A Dxfs-online-fsck-design.rst3169 hundreds of billions of files because the downtime would be excessive.