Searched refs:dump_fd (Results 1 – 1 of 1) sorted by relevance
1080 int dump_fd = -1; in zfs_file_open() local1108 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()1110 if (dump_fd == -1) { in zfs_file_open()1116 dump_fd = -1; in zfs_file_open()1123 fp->f_dump_fd = dump_fd; in zfs_file_open()