Searched refs:undo_fd (Results 1 – 1 of 1) sorted by relevance
545 static errcode_t try_reopen_undo_file(int undo_fd, in try_reopen_undo_file() argument558 retval = ext2fs_fstat(undo_fd, &statbuf); in try_reopen_undo_file()698 int undo_fd = -1; in undo_open() local739 undo_fd = ext2fs_open_file(data->tdb_file, O_RDWR | O_CREAT, in undo_open()741 if (undo_fd < 0) in undo_open()766 retval = try_reopen_undo_file(undo_fd, data); in undo_open()775 if (undo_fd >= 0) in undo_open()776 close(undo_fd); in undo_open()781 if (undo_fd >= 0) in undo_open()782 close(undo_fd); in undo_open()