Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:fd1

1655 		int fd1, fd2;
1660 fd1 = openat(btrfs_test_dir_fd, "file1", O_RDWR|O_CREAT, 0600);
1661 if (fd1 < 0)
1668 if (write(fd1, buf, sizeof(buf)) < 0)
1669 perror_msg_and_fail("write: fd1");
1670 if (write(fd1, buf, sizeof(buf)) < 0)
1671 perror_msg_and_fail("write: fd1");
1696 ", dest_count=%hu, info=", fd1,
1713 ioctl(fd1, BTRFS_IOC_FILE_EXTENT_SAME, argsp);
1728 close(fd1);
1732 close(fd1);