Home
last modified time | relevance | path

Searched refs:indfd (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c36 get_attrdirs(int indfd, int outdfd, char *attrfile, int *sfd, int *tfd) in get_attrdirs() argument
43 if ((pwdfd != -1) && (fchdir(indfd) == 0)) { in get_attrdirs()
82 int indfd = -1; in mv_xattrs() local
104 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) { in mv_xattrs()
112 if ((tmpfd = dup(indfd)) == -1) { in mv_xattrs()
129 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()