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