Searched refs:tbytes (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ |
H A D | loopback.c | 104 u64 tbytes, tpackets; in dev_lstats_read() local 111 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read() 113 *bytes += tbytes; in dev_lstats_read()
|
H A D | virtio_net.c | 3531 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local 3538 tbytes = u64_stats_read(&sq->stats.bytes); in virtnet_stats() 3552 tot->tx_bytes += tbytes; in virtnet_stats()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64() 145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
|
/linux/fs/nfs/ |
H A D | proc.c | 548 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
|
H A D | super.c | 298 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
|
H A D | nfs3xdr.c | 2137 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
|
H A D | nfs4xdr.c | 4556 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
|
/linux/include/linux/ |
H A D | nfs_xdr.h | 162 __u64 tbytes; /* total size in bytes */ member
|