Searched refs:tocopy (Results 1 – 5 of 5) sorted by relevance
833 int tocopy; in ext2fs_extent_node_split() local897 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_node_split()906 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in ext2fs_extent_node_split()911 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in ext2fs_extent_node_split()915 if (!tocopy) { in ext2fs_extent_node_split()952 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy); in ext2fs_extent_node_split()960 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in ext2fs_extent_node_split()961 sizeof(struct ext3_extent_idx) * tocopy); in ext2fs_extent_node_split()986 path->entries -= tocopy; in ext2fs_extent_node_split()987 path->left -= tocopy; in ext2fs_extent_node_split()
82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger()
1036 unsigned long tocopy = wantlen; in memory_getfunc() local1038 if (priv->curoff + tocopy > priv->size) in memory_getfunc()1039 tocopy = priv->size - priv->curoff; in memory_getfunc()1040 memcpy (data, priv->data + priv->curoff, tocopy); in memory_getfunc()1041 priv->curoff += tocopy; in memory_getfunc()1042 *gotlen = tocopy; in memory_getfunc()
217 unsigned long tocopy = wantlen; in memory_getfunc() local219 if (priv->curoff + tocopy > priv->size) in memory_getfunc()220 tocopy = priv->size - priv->curoff; in memory_getfunc()221 memcpy (data, priv->data + priv->curoff, tocopy); in memory_getfunc()222 priv->curoff += tocopy; in memory_getfunc()223 *gotlen = tocopy; in memory_getfunc()
1068 int tocopy, this_copy; local1072 tocopy = length;