Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c146 xattr_openat(int basefd, xattr_view_t view, int mode) in xattr_openat() function
240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0) in fgetattr()
255 if ((xattrfd = xattr_openat(basefd, view, O_RDWR | O_XATTR)) < 0) in fsetattr()
272 if ((xattrfd = xattr_openat(namefd, view, 0)) < 0) { in getattrat()
295 if ((xattrfd = xattr_openat(namefd, view, O_RDWR)) < 0) { in setattrat()