Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/gen/
H A Dattrat.c163 if (mode & O_XATTR) in xattr_openat()
164 oflag |= O_XATTR; in xattr_openat()
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()
H A Dattropen.c65 if ((attrfd = openat64(fd, attr, oflag | O_XATTR, in attropen64()
96 if ((attrfd = openat(fd, attr, oflag | O_XATTR, in attropen()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c98 #if !defined(O_XATTR)
208 #if defined(O_XATTR)
219 #if defined(O_XATTR)
812 #if defined(O_XATTR) in main()
1242 #if defined(O_XATTR) in usage()
1419 #if defined(O_XATTR) in dorep()
1633 #if defined(O_XATTR) in getdir()
1708 #if defined(O_XATTR)
1717 #if defined(O_XATTR)
2125 #if defined(O_XATTR) in putfile()
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c85 O_SYNC | O_TRUNC | O_XATTR); in main()
/titanic_50/usr/src/cmd/runat/
H A Drunat.c75 if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) { in main()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dio.d.in179 inline int O_XATTR = @O_XATTR@; variable
180 #pragma D binding "1.1" O_XATTR
H A Dio.sed.in69 SED_REPLACE(O_XATTR)
/titanic_50/usr/src/test/zfs-tests/cmd/mktree/
H A Dmktree.c177 if ((afd = openat(fd, "xattr", O_CREAT | O_RDWR | O_XATTR, 0777)) < 0) { in crtfile()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h85 #define O_XATTR 0x4000 /* extended attribute */ macro
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.h304 #if !defined(O_XATTR)
H A Dcpio.c524 #if defined(O_XATTR)
535 #if defined(O_XATTR)
3794 #if defined(O_XATTR)
3841 #if defined(O_XATTR)
3926 #if defined(O_XATTR)
4036 #if defined(O_XATTR)
4443 #if defined(O_XATTR)
4726 #if defined(O_XATTR) in gethdr()
5083 #ifdef O_XATTR in getname()
6383 #if defined(O_XATTR) in setup()
[all …]
/titanic_50/usr/src/lib/libcmdutils/common/
H A Dprocess_xattrs.c104 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) { in mv_xattrs()
/titanic_50/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c412 O_SYNC | O_DSYNC | O_RSYNC | O_XATTR | \
464 if (flags & O_XATTR) in show_fileflags()
/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.c1019 O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
1030 (todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
H A Dutilities.c1115 if (*fd < 0 || (*fd = openat64(tfd, ".", O_RDONLY|O_XATTR)) < 0) {
/titanic_50/usr/src/cmd/mv/
H A Dmv.c2030 if ((sourcedirfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) {
2061 if ((targetdirfd = openat(targfd, ".", O_RDONLY|O_XATTR)) == -1) {
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c1933 |O_EXCL|O_NOCTTY|O_LARGEFILE|O_RSYNC|O_XATTR|O_NOFOLLOW|O_NOLINKS\
1986 if (arg & O_XATTR) in openarg()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg1094 @ MSG_PR_O_XATTR "O_XATTR"
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/
H A Ddfs.c1201 xfd = openat(dfd, DFS_ROOT_XATTR, oflag | O_XATTR, 0600); in dfs_root_xopen()