Searched refs:dump_fd (Results 1 – 1 of 1) sorted by relevance
1077 int dump_fd = -1; in zfs_file_open() local1105 dump_fd = open64(dumppath, O_CREAT | O_WRONLY, 0666); in zfs_file_open()1107 if (dump_fd == -1) { in zfs_file_open()1113 dump_fd = -1; in zfs_file_open()1120 fp->f_dump_fd = dump_fd; in zfs_file_open()