Searched refs:dump_fd (Results 1 – 1 of 1) sorted by relevance
1049 int dump_fd = -1; in zfs_file_open() local1077 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()1079 if (dump_fd == -1) { in zfs_file_open()1085 dump_fd = -1; in zfs_file_open()1092 fp->f_dump_fd = dump_fd; in zfs_file_open()