Searched refs:outdfd (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libcmdutils/common/ |
H A D | process_xattrs.c | 36 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) in get_attrdirs() argument 55 if (fchdir(outdfd) == 0) { in get_attrdirs() 83 int outdfd = -1; in mv_xattrs() local 108 if ((outdfd = attropen(outfile, ".", O_RDONLY)) == -1) { in mv_xattrs() 140 if ((tattrfd = openat(outdfd, dp->d_name, in mv_xattrs() 169 get_attrdirs(indfd, outdfd, dp->d_name, &asfd, in mv_xattrs() 210 if (renameat(indfd, VIEW_READWRITE, outdfd, in mv_xattrs() 246 if (outdfd != -1) in mv_xattrs() 247 (void) close(outdfd); in mv_xattrs()
|