Lines Matching refs:indfd
35 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd)
42 if ((pwdfd != -1) && (fchdir(indfd) == 0)) {
81 int indfd = -1;
103 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
111 if ((tmpfd = dup(indfd)) == -1) {
128 if ((sattrfd = openat(indfd, dp->d_name,
168 get_attrdirs(indfd, outdfd, dp->d_name, &asfd,
209 if (renameat(indfd, VIEW_READWRITE, outdfd,
244 if (indfd != -1)
245 (void) close(indfd);