/linux-4.4.14/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 | 676 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
|
D | reiserfs.h | 475 long int rbytes[5]; /* XXX */ member 2492 int rbytes; member
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | digi.h | 125 unsigned long rbytes; /* number of received bytes */ member
|
D | dgnc_tty.c | 2886 buf.rbytes = ch->ch_rxcount; in dgnc_tty_ioctl()
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 870 u64 rbytes, wbytes, rios, wios; in blkcg_print_stat() local 880 rbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_READ]); in blkcg_print_stat() 890 if (rbytes || wbytes || rios || wios) in blkcg_print_stat() 892 dname, rbytes, wbytes, rios, wios); in blkcg_print_stat()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ceph.txt | 108 rbytes 109 When stat() is called on a directory, set st_size to 'rbytes',
|
/linux-4.4.14/drivers/net/ |
D | vrf.c | 200 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local 209 rbytes = dstats->rx_bytes; in vrf_get_stats64() 215 stats->rx_bytes += rbytes; in vrf_get_stats64()
|
D | virtio_net.c | 1065 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local 1076 rbytes = stats->rx_bytes; in virtnet_stats() 1081 tot->rx_bytes += rbytes; in virtnet_stats()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_buf.c | 1176 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local 1181 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map() 1183 if (rbytes < nbytes) in xfs_buf_ioapply_map()
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 471 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
/linux-4.4.14/fs/ceph/ |
D | xattr.c | 248 XATTR_NAME_CEPH(dir, rbytes),
|
D | inode.c | 835 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 464 $MAJ:$MIN rbytes=$RBYTES wbytes=$WBYTES rios=$RIOS wrios=$WIOS
|