/linux-6.12.1/drivers/firmware/broadcom/ |
D | tee_bnxt_fw.c | 136 u32 rbytes = size; in tee_bnxt_copy_coredump() local 145 while (rbytes) { in tee_bnxt_copy_coredump() 146 nbytes = rbytes; in tee_bnxt_copy_coredump() 148 nbytes = min_t(u32, rbytes, param[0].u.memref.size); in tee_bnxt_copy_coredump() 170 rbytes -= nbytes; in tee_bnxt_copy_coredump()
|
/linux-6.12.1/fs/reiserfs/ |
D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 217 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 223 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_when_delete_left() 632 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_insert_right() 639 if (tb->item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { in balance_leaf_insert_right() 658 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shift); in balance_leaf_insert_right() 660 put_ih_item_len(ih, tb->rbytes); in balance_leaf_insert_right() 664 if ((old_len - tb->rbytes) > tb->zeroes_num) { in balance_leaf_insert_right() [all …]
|
D | fix_node.c | 300 tb->rbytes = -1; in check_right() 317 tb->rbytes = -1; in check_right() 345 tb->rbytes = -1; in check_right() 355 tb->rbytes = op_check_right(vi, cur_free); in check_right() 356 if (tb->rbytes != -1) in check_right() 639 tb->rbytes = rb; in set_parameters() 645 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters() 664 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable() 678 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable() 686 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable() [all …]
|
D | procfs.c | 183 SFPL(rbytes), in show_per_level()
|
D | prints.c | 694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
|
D | reiserfs.h | 473 long int rbytes[5]; /* XXX */ member 2491 int rbytes; member
|
/linux-6.12.1/drivers/nvmem/ |
D | stm32-romem.c | 79 u32 roffset, rbytes, val; in stm32_bsec_read() local 86 rbytes = roundup(bytes + skip_bytes, 4); in stm32_bsec_read() 88 if (roffset + rbytes > priv->cfg.size) in stm32_bsec_read() 91 for (i = roffset; (i < roffset + rbytes); i += 4) { in stm32_bsec_read()
|
/linux-6.12.1/drivers/fsi/ |
D | fsi-sbefifo.c | 744 size_t rbytes; in sbefifo_submit() local 758 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit() 760 resp_iov.iov_len = rbytes; in sbefifo_submit() 761 iov_iter_kvec(&resp_iter, ITER_DEST, &resp_iov, 1, rbytes); in sbefifo_submit() 771 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit() 772 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_repr.c | 177 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in ice_repr_sp_stats64() local 187 rbytes = repr_stats->rx_bytes; in ice_repr_sp_stats64() 194 stats->rx_bytes += rbytes; in ice_repr_sp_stats64()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 141 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 148 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
/linux-6.12.1/Documentation/filesystems/ |
D | ceph.rst | 74 getfattr -n ceph.dir.rbytes /some/dir 159 rbytes 160 When stat() is called on a directory, set st_size to 'rbytes',
|
/linux-6.12.1/include/linux/ceph/ |
D | ceph_fs.h | 598 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member 915 __le64 rbytes; /* dir stats */ member
|
/linux-6.12.1/block/ |
D | blk-cgroup.c | 1146 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_one_stat() local 1163 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_one_stat() 1171 if (rbytes || wbytes || rios || wios) { in blkcg_print_one_stat() 1173 rbytes, wbytes, rios, wios, in blkcg_print_one_stat()
|
/linux-6.12.1/drivers/net/ethernet/google/gve/ |
D | gve_ethtool.c | 211 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats() 308 tmp_rx_bytes = rx->rbytes; in gve_get_ethtool_stats()
|
D | gve.h | 279 u64 rbytes; /* free-running bytes received */ member
|
D | gve_rx_dqo.c | 1014 rx->rbytes += bytes; in gve_rx_poll_dqo()
|
D | gve_rx.c | 1044 rx->rbytes += cnts.ok_pkt_bytes; in gve_clean_rx_done()
|
D | gve_main.c | 122 bytes = priv->rx[ring].rbytes; in gve_get_stats()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.c | 1565 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local 1570 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map() 1572 if (rbytes < nbytes) in xfs_buf_ioapply_map()
|
/linux-6.12.1/fs/ceph/ |
D | quota.c | 72 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
|
D | xattr.c | 433 XATTR_RSTAT_FIELD(dir, rbytes),
|
D | inode.c | 1144 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode()
|
/linux-6.12.1/drivers/net/ |
D | virtio_net.c | 3358 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local 3372 rbytes = u64_stats_read(&rq->stats.bytes); in virtnet_stats() 3378 tot->rx_bytes += rbytes; in virtnet_stats()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1851 rbytes Bytes read 1861 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0 1862 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021
|