/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | attrat.c | 163 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 D | attropen.c | 65 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 D | tar.c | 98 #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 D | tst.fds.c | 85 O_SYNC | O_TRUNC | O_XATTR); in main()
|
/titanic_50/usr/src/cmd/runat/ |
H A D | runat.c | 75 if ((dirfd = openat64(fd, ".", O_RDONLY|O_XATTR)) == -1) { in main()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | io.d.in | 179 inline int O_XATTR = @O_XATTR@; variable 180 #pragma D binding "1.1" O_XATTR
|
H A D | io.sed.in | 69 SED_REPLACE(O_XATTR)
|
/titanic_50/usr/src/test/zfs-tests/cmd/mktree/ |
H A D | mktree.c | 177 if ((afd = openat(fd, "xattr", O_CREAT | O_RDWR | O_XATTR, 0777)) < 0) { in crtfile()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fcntl.h | 85 #define O_XATTR 0x4000 /* extended attribute */ macro
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.h | 304 #if !defined(O_XATTR)
|
H A D | cpio.c | 524 #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 D | process_xattrs.c | 104 if ((indfd = openat(srcfd, ".", O_RDONLY|O_XATTR)) == -1) { in mv_xattrs()
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 412 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 D | restore.c | 1019 O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) { 1030 (todir = openat64(tofd, ".", O_RDONLY|O_NONBLOCK|O_XATTR)) == -1) {
|
H A D | utilities.c | 1115 if (*fd < 0 || (*fd = openat64(tfd, ".", O_RDONLY|O_XATTR)) < 0) {
|
/titanic_50/usr/src/cmd/mv/ |
H A D | mv.c | 2030 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 D | codes.c | 1933 |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 D | corenote.msg | 1094 @ MSG_PR_O_XATTR "O_XATTR"
|
/titanic_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | dfs.c | 1201 xfd = openat(dfd, DFS_ROOT_XATTR, oflag | O_XATTR, 0600); in dfs_root_xopen()
|