Searched refs:xattrfd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dattrat.c149 int xattrfd; local
167 xattrfd = openat(basefd, xattrname, oflag);
168 if (xattrfd < 0)
169 return (xattrfd);
171 (void) directio(xattrfd, DIRECTIO_ON);
172 return (xattrfd);
238 int error, saveerrno, xattrfd; local
240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0)
241 return (xattrfd);
243 error = cgetattr(xattrfd, respons
253 int error, saveerrno, xattrfd; local
267 int error, saveerrno, namefd, xattrfd; local
290 int error, saveerrno, namefd, xattrfd; local
[all...]

Completed in 1146 milliseconds