Searched refs:dt_copy (Results 1 – 1 of 1) sorted by relevance
523 _cleanup_close_ int dt_copy = -1; in hardlink_context_setup() local551 dt_copy = AT_FDCWD; in hardlink_context_setup()555 dt_copy = fcntl(dt, F_DUPFD_CLOEXEC, 3); in hardlink_context_setup()556 if (dt_copy < 0) in hardlink_context_setup()564 c->parent_fd = TAKE_FD(dt_copy); in hardlink_context_setup()