Lines Matching defs:indfd
36 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd)
43 if ((pwdfd != -1) && (fchdir(indfd) == 0)) {
82 int indfd = -1;
104 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
112 if ((tmpfd = dup(indfd)) == -1) {
129 if ((sattrfd = openat(indfd, dp->d_name,
169 get_attrdirs(indfd, outdfd, dp->d_name, &asfd,
210 if (renameat(indfd, VIEW_READWRITE, outdfd,
244 if (indfd != -1)
245 (void) close(indfd);