Home
last modified time | relevance | path

Searched refs:rbytes (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/fs/reiserfs/
Ddo_balan.c212 (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 …]
Dfix_node.c300 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 …]
Dprocfs.c183 SFPL(rbytes), in show_per_level()
Dprints.c676 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
Dreiserfs.h475 long int rbytes[5]; /* XXX */ member
2492 int rbytes; member
/linux-4.1.27/drivers/staging/dgnc/
Ddigi.h125 unsigned long rbytes; /* number of received bytes */ member
Ddgnc_tty.c2952 buf.rbytes = ch->ch_rxcount; in dgnc_tty_ioctl()
/linux-4.1.27/Documentation/filesystems/
Dceph.txt108 rbytes
109 When stat() is called on a directory, set st_size to 'rbytes',
/linux-4.1.27/fs/xfs/
Dxfs_buf.c1178 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/
Dceph_fs.h471 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
/linux-4.1.27/drivers/net/
Dvirtio_net.c1060 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/
Dxattr.c248 XATTR_NAME_CEPH(dir, rbytes),
Dinode.c831 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()