Searched refs:xattrfd (Results 1 – 1 of 1) sorted by relevance
149 int xattrfd; in xattr_openat() local167 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() local240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0) in fgetattr()241 return (xattrfd); in fgetattr()243 error = cgetattr(xattrfd, response); in fgetattr()[all …]