Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:tocopy

831 	int				tocopy;
895 tocopy = ext2fs_le16_to_cpu(eh->eh_entries);
904 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2;
909 tocopy, ext2fs_le16_to_cpu(eh->eh_entries),
913 if (!tocopy) {
951 neweh->eh_entries = ext2fs_cpu_to_le16(tocopy);
959 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy),
960 sizeof(struct ext3_extent_idx) * tocopy);
984 path->entries -= tocopy;
985 path->left -= tocopy;