Lines Matching refs:dfd
1695 int dfd;
1709 dfd = my_dirfd(dir);
1749 linkat(dfd, orig_pv, dfd, SvPVX(*back_psv), 0) < 0 &&
1762 S_my_renameat(dfd, orig_pv, dfd, SvPVX(*back_psv)) < 0 &&
1772 if (unlinkat(dfd, SvPVX_const(*temp_psv), 0) < 0 &&
1809 S_my_renameat(dfd, SvPVX(*temp_psv), dfd, orig_pv) < 0 &&
1819 if (unlinkat(dfd, SvPVX_const(*temp_psv), 0) < 0 &&
1839 if (unlinkat(dfd, SvPVX_const(*temp_psv), 0) &&