Searched refs:tocopy (Results 1 – 4 of 4) sorted by relevance
831 int tocopy; in extent_node_split() local895 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in extent_node_split()904 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in extent_node_split()909 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in extent_node_split()913 if (!tocopy) { in extent_node_split()951 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy); in extent_node_split()959 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in extent_node_split()960 sizeof(struct ext3_extent_idx) * tocopy); in extent_node_split()984 path->entries -= tocopy; in extent_node_split()985 path->left -= tocopy; in extent_node_split()
82 CopyLogger(const CopyLogger& tocopy) { ++TimesConstructed; ++TimesCopied; } in CopyLogger()
1034 unsigned long tocopy = wantlen; in memory_getfunc() local1036 if (priv->curoff + tocopy > priv->size) in memory_getfunc()1037 tocopy = priv->size - priv->curoff; in memory_getfunc()1038 memcpy (data, priv->data + priv->curoff, tocopy); in memory_getfunc()1039 priv->curoff += tocopy; in memory_getfunc()1040 *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()