Home
last modified time | relevance | path

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

/linux-4.19.296/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.c694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
Dreiserfs.h476 long int rbytes[5]; /* XXX */ member
2494 int rbytes; member
/linux-4.19.296/drivers/fsi/
Dfsi-sbefifo.c723 size_t rbytes; in sbefifo_submit() local
737 rbytes = (*resp_len) * sizeof(__be32); in sbefifo_submit()
739 resp_iov.iov_len = rbytes; in sbefifo_submit()
740 iov_iter_kvec(&resp_iter, WRITE | ITER_KVEC, &resp_iov, 1, rbytes); in sbefifo_submit()
748 rbytes -= iov_iter_count(&resp_iter); in sbefifo_submit()
749 *resp_len = rbytes / sizeof(__be32); in sbefifo_submit()
/linux-4.19.296/include/linux/ceph/
Dceph_fs.h514 __le64 files, subdirs, rbytes, rfiles, rsubdirs; /* dir stats */ member
818 __le64 rbytes; /* dir stats */ member
/linux-4.19.296/block/
Dblk-cgroup.c964 u64 rbytes, wbytes, rios, wios, dbytes, dios; in blkcg_print_stat() local
988 rbytes = atomic64_read(&rwstat.aux_cnt[BLKG_RWSTAT_READ]); in blkcg_print_stat()
998 if (rbytes || wbytes || rios || wios) { in blkcg_print_stat()
1002 rbytes, wbytes, rios, wios, in blkcg_print_stat()
/linux-4.19.296/fs/ceph/
Dquota.c74 ci->i_rbytes = le64_to_cpu(h->rbytes); in ceph_handle_quota()
Dxattr.c320 XATTR_RSTAT_FIELD(dir, rbytes),
Dinode.c884 ci->i_rbytes = le64_to_cpu(info->rbytes); in fill_inode()
/linux-4.19.296/fs/xfs/
Dxfs_buf.c1347 int rbytes, nbytes = PAGE_SIZE - offset; in xfs_buf_ioapply_map() local
1352 rbytes = bio_add_page(bio, bp->b_pages[page_index], nbytes, in xfs_buf_ioapply_map()
1354 if (rbytes < nbytes) in xfs_buf_ioapply_map()