Searched refs:rbytes (Results 1 – 8 of 8) sorted by relevance
/fs/reiserfs/ |
D | do_balan.c | 243 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete() 245 tb->rbytes, tb->lbytes); in balance_leaf_when_delete() 247 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete() 249 tb->rbytes, tb->lbytes); in balance_leaf_when_delete() 252 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_when_delete() 750 … if (item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { /* part of new item falls into R[0] */ in balance_leaf() 770 rbytes) << (is_indirect_le_ih(ih) in balance_leaf() 775 put_ih_item_len(ih, tb->rbytes); in balance_leaf() 778 if ((old_len - tb->rbytes) > zeros_num) { in balance_leaf() 782 tb->rbytes) - in balance_leaf() [all …]
|
D | fix_node.c | 303 tb->rbytes = -1; in check_right() 320 tb->rbytes = -1; in check_right() 343 tb->rbytes = -1; in check_right() 350 tb->rbytes = op_check_right(vi, cur_free); in check_right() 351 if (tb->rbytes != -1) in check_right() 601 tb->rbytes = rb; in set_parameters() 607 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters() 622 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable() 635 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable() 644 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable() [all …]
|
D | procfs.c | 180 SFPL(rbytes), in show_per_level()
|
D | prints.c | 667 tb->rbytes, tb->blknum[0], tb->s0num, tb->s1num, tb->s1bytes, in store_print_tb()
|
D | reiserfs.h | 379 long int rbytes[5]; /* XXX */ member 2101 int rbytes; /* number of bytes which will flow to the right neighbor from the right */ member
|
/fs/xfs/ |
D | xfs_buf.c | 1227 int rbytes, nbytes = PAGE_SIZE - offset; in _xfs_buf_ioapply() local 1232 rbytes = bio_add_page(bio, bp->b_pages[map_i], nbytes, offset); in _xfs_buf_ioapply() 1233 if (rbytes < nbytes) in _xfs_buf_ioapply()
|
/fs/ceph/ |
D | xattr.c | 103 XATTR_NAME_CEPH(dir, rbytes),
|
D | inode.c | 709 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()
|