Searched refs:FXATTRDIROPEN (Results 1 – 8 of 8) sorted by relevance
83 (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()
111 #define FXATTRDIROPEN 0x100000 /* only opening hidden attribute directory */ macro
60 return (syscall(SYS_openat, fd, name, FXATTRDIROPEN, 0)); in __openattrdirat()
515 (const char *)arg2, FXATTRDIROPEN, 0)); in s10_fsat()
1924 |O_CLOEXEC|FXATTRDIROPEN)1984 if (arg & FXATTRDIROPEN) in openarg()
1072 if (fm & (FXATTR | FXATTRDIROPEN)) { in audit_setfsat_path()
1142 if (fm & FXATTRDIROPEN) in aui_openat()
970 if (filemode & (FSEARCH|FEXEC|FXATTRDIROPEN)) in vn_openat()