Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c89 int atfd = -1; in mv_xattrs() local
170 &atfd) != 0) { in mv_xattrs()
180 (renameat(asfd, VIEW_READWRITE, atfd, in mv_xattrs()
199 if (atfd != -1) in mv_xattrs()
200 (void) close(atfd); in mv_xattrs()
242 if (atfd != -1) in mv_xattrs()
243 (void) close(atfd); in mv_xattrs()