Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dattrat.c149 int xattrfd; in xattr_openat() local
167 xattrfd = openat(basefd, xattrname, oflag); in xattr_openat()
168 if (xattrfd < 0) in xattr_openat()
169 return (xattrfd); in xattr_openat()
171 (void) directio(xattrfd, DIRECTIO_ON); in xattr_openat()
172 return (xattrfd); in xattr_openat()
238 int error, saveerrno, xattrfd; in fgetattr() local
240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0) in fgetattr()
241 return (xattrfd); in fgetattr()
243 error = cgetattr(xattrfd, response); in fgetattr()
[all …]