Searched refs:orig_fd (Results 1 – 2 of 2) sorted by relevance
2882 int orig_fd = -1, fd = -1; in validate_mapped_file() local2905 orig_fd = open(orig_name, O_RDONLY | O_CLOEXEC); in validate_mapped_file()2906 if (orig_fd == -1) { in validate_mapped_file()2917 orig_read = pread(orig_fd, orig_data, in validate_mapped_file()2942 close(orig_fd); in validate_mapped_file()
569 Move the block extents from orig_fd (the one this ioctl is pointing to)572 orig_fd and donor_fd. This is especially useful for online