Searched refs:indfd (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libcmdutils/common/ |
| H A D | process_xattrs.c | 37 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) in get_attrdirs() argument 44 if ((pwdfd != -1) && (fchdir(indfd) == 0)) { in get_attrdirs() 83 int indfd = -1; in mv_xattrs() local 105 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) { in mv_xattrs() 113 if ((tmpfd = dup(indfd)) == -1) { in mv_xattrs() 130 if ((sattrfd = openat(indfd, 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() 244 if (indfd != -1) in mv_xattrs() 245 (void) close(indfd); in mv_xattrs()
|