Home
last modified time | relevance | path

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

/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()
632 leaf_shift_right(tb, tb->rnum[0], tb->rbytes); in balance_leaf_insert_right()
639 if (tb->item_pos == n - tb->rnum[0] + 1 && tb->rbytes != -1) { in balance_leaf_insert_right()
658 offset = le_ih_k_offset(ih) + ((old_len - tb->rbytes) << shift); in balance_leaf_insert_right()
660 put_ih_item_len(ih, tb->rbytes); in balance_leaf_insert_right()
664 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()
639 tb->rbytes = rb; in set_parameters()
645 PROC_INFO_ADD(tb->tb_sb, rbytes[h], rb); in set_parameters()
664 to_right = tb->rnum[0] - ((tb->rbytes != -1) ? 1 : 0); in is_leaf_removable()
678 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
686 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
[all …]
Dprocfs.c183 SFPL(rbytes), in show_per_level()
Dprints.c694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
Dreiserfs.h474 long int rbytes[5]; /* XXX */ member
2492 int rbytes; member
/fs/xfs/
Dxfs_buf.c1489 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local
1494 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map()
1496 if (rbytes < nbytes) in xfs_buf_ioapply_map()
/fs/ceph/
Dquota.c71 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
Dxattr.c414 XATTR_RSTAT_FIELD(dir, rbytes),
Dinode.c930 ci->i_rbytes = le64_to_cpu(info->rbytes); in ceph_fill_inode()