/Linux-v4.19/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() 639 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_insert_right() 646 if (tb->item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { in balance_leaf_insert_right() 667 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shift); in balance_leaf_insert_right() 669 put_ih_item_len(ih, tb->rbytes); in balance_leaf_insert_right() 673 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() 641 tb->rbytes = rb; in set_parameters() 647 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters() 666 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable() 680 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable() 688 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 | 476 long int rbytes[5]; /* XXX */ member 2492 int rbytes; member
|
/Linux-v4.19/drivers/fsi/ |
D | fsi-sbefifo.c | 721 size_t rbytes; in sbefifo_submit() local 735 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit() 737 resp_iov.iov_len = rbytes; in sbefifo_submit() 738 iov_iter_kvec(&resp_iter, WRITE | ITER_KVEC, &resp_iov, 1, rbytes); in sbefifo_submit() 746 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit() 747 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
|
/Linux-v4.19/drivers/staging/dgnc/ |
D | digi.h | 83 unsigned long rbytes; member
|
D | dgnc_tty.c | 2483 buf.rbytes = ch->ch_rxcount; in dgnc_tty_ioctl()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.c | 160 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local 170 rbytes = repr_stats->rx_bytes; in nfp_repr_get_host_stats64() 177 stats->rx_bytes += rbytes; in nfp_repr_get_host_stats64()
|
/Linux-v4.19/include/linux/ceph/ |
D | ceph_fs.h | 514 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member 818 __le64 rbytes; /* dir stats */ member
|
/Linux-v4.19/Documentation/filesystems/ |
D | ceph.txt | 121 rbytes 122 When stat() is called on a directory, set st_size to 'rbytes',
|
/Linux-v4.19/block/ |
D | blk-cgroup.c | 953 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_stat() local 974 rbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_READ]); in blkcg_print_stat() 986 if (rbytes || wbytes || rios || wios) { in blkcg_print_stat() 990 rbytes, wbytes, rios, wios, in blkcg_print_stat()
|
/Linux-v4.19/fs/ceph/ |
D | quota.c | 74 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
|
D | xattr.c | 315 XATTR_RSTAT_FIELD(dir, rbytes),
|
D | inode.c | 869 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()
|
/Linux-v4.19/drivers/net/ |
D | vrf.c | 90 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 99 rbytes = dstats->rx_bytes; in vrf_get_stats64() 105 stats->rx_bytes += rbytes; in vrf_get_stats64()
|
D | virtio_net.c | 1672 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local 1685 rbytes = rq->stats.bytes; in virtnet_stats() 1691 tot->rx_bytes += rbytes; in virtnet_stats()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_buf.c | 1309 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local 1314 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map() 1316 if (rbytes < nbytes) in xfs_buf_ioapply_map()
|
/Linux-v4.19/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1339 rbytes Bytes read 1349 8:16 rbytes=1459200 wbytes=314773504 rios=192 wios=353 dbytes=0 dios=0 1350 8:0 rbytes=90430464 wbytes=299008000 rios=8950 wios=1252 dbytes=50331648 dios=3021
|