Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dopen.c83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
116 if (filemode & FXATTRDIROPEN) { in copen()
160 if (filemode & (FXATTR|FXATTRDIROPEN)) { in copen()
180 (filemode & FXATTRDIROPEN) ? LOOKUP_XATTR : in copen()
191 if (error == 0 && (filemode & FXATTRDIROPEN)) { in copen()
205 if ((filemode & (FREAD|FWRITE|FSEARCH|FEXEC|FXATTRDIROPEN)) != 0) { in copen()
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h111 #define FXATTRDIROPEN 0x100000 /* only opening hidden attribute directory */ macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dattrat.c60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c515 (const char *)arg2, FXATTRDIROPEN, 0)); in s10_fsat()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c1924 |O_CLOEXEC|FXATTRDIROPEN)
1984 if (arg & FXATTRDIROPEN) in openarg()
/titanic_41/usr/src/uts/common/c2/
H A Daudit.c1072 if (fm & (FXATTR | FXATTRDIROPEN)) { in audit_setfsat_path()
H A Daudit_event.c1142 if (fm & FXATTRDIROPEN) in aui_openat()
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c970 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_openat()