Searched defs:tfd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/import/
H A Dexport-raw.c296 _cleanup_close_ int sfd = -1, tfd = -1; local
326 tfd = reflink_snapshot(sfd, path);
327 if (tfd >= 0) {
328 e->input_fd = tfd;
329 tfd = -1;

Completed in 1371 milliseconds