Searched refs:rbytes (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/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.1.27/drivers/staging/dgnc/ |
D | digi.h | 125 unsigned long rbytes; /* number of received bytes */ member
|
D | dgnc_tty.c | 2952 buf.rbytes = ch->ch_rxcount; in dgnc_tty_ioctl()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ceph.txt | 108 rbytes 109 When stat() is called on a directory, set st_size to 'rbytes',
|
/linux-4.1.27/fs/xfs/ |
D | xfs_buf.c | 1178 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local 1183 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map() 1185 if (rbytes < nbytes) in xfs_buf_ioapply_map()
|
/linux-4.1.27/include/linux/ceph/ |
D | ceph_fs.h | 471 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 1060 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local 1071 rbytes = stats->rx_bytes; in virtnet_stats() 1076 tot->rx_bytes += rbytes; in virtnet_stats()
|
/linux-4.1.27/fs/ceph/ |
D | xattr.c | 248 XATTR_NAME_CEPH(dir, rbytes),
|
D | inode.c | 831 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()
|