Searched refs:FXATTRDIROPEN (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/uts/common/syscall/ |
| H A D | open.c | 84 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen() 117 if (filemode & FXATTRDIROPEN) { in copen() 161 if (filemode & (FXATTR|FXATTRDIROPEN)) { in copen() 181 (filemode & FXATTRDIROPEN) ? LOOKUP_XATTR : in copen() 192 if (error == 0 && (filemode & FXATTRDIROPEN)) { in copen() 206 if ((filemode & (FREAD|FWRITE|FSEARCH|FEXEC|FXATTRDIROPEN)) != 0) { in copen()
|
| /illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
| H A D | fake_open.c | 123 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_open() 167 if (filemode & FXATTRDIROPEN) { in vn_open()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | file.h | 113 #define FXATTRDIROPEN 0x100000 /* only opening hidden attribute directory */ macro
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | attrat.c | 60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
|
| /illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
| H A D | s10_deleted.c | 515 (const char *)arg2, FXATTRDIROPEN, 0)); in s10_fsat()
|
| /illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/ |
| H A D | fksmbcl_main.c | 475 error = vn_open(rdir, 0, FREAD|FXATTRDIROPEN, 0, &vp, 0, 0); in do_dirx()
|
| /illumos-gate/usr/src/cmd/truss/ |
| H A D | codes.c | 2202 |O_CLOEXEC|O_DIRECTORY|O_DIRECT|O_CLOFORK|FXATTRDIROPEN) 2268 if (arg & FXATTRDIROPEN) in openarg()
|
| /illumos-gate/usr/src/uts/common/c2/ |
| H A D | audit.c | 1071 if (fm & (FXATTR | FXATTRDIROPEN)) { in audit_setfsat_path()
|
| H A D | audit_event.c | 1149 if (fm & FXATTRDIROPEN) in aui_openat()
|
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | vnode.c | 980 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_openat()
|