Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c84 (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 Dfake_open.c123 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_open()
167 if (filemode & FXATTRDIROPEN) { in vn_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h113 #define FXATTRDIROPEN 0x100000 /* only opening hidden attribute directory */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c515 (const char *)arg2, FXATTRDIROPEN, 0)); in s10_fsat()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c475 error = vn_open(rdir, 0, FREAD|FXATTRDIROPEN, 0, &vp, 0, 0); in do_dirx()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1963 |O_CLOEXEC|O_DIRECTORY|O_DIRECT|FXATTRDIROPEN)
2027 if (arg & FXATTRDIROPEN) in openarg()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1071 if (fm & (FXATTR | FXATTRDIROPEN)) { in audit_setfsat_path()
H A Daudit_event.c1149 if (fm & FXATTRDIROPEN) in aui_openat()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c980 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_openat()