Searched refs:SF_RESTRICTED (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile_private.h36 #define COPYFILE_OMIT_FLAGS (UF_TRACKED | SF_RESTRICTED)
H A Dcopyfile.c2119 * We need to check if SF_RESTRICTED was set on the destination
2124 if (dst_sb.st_flags & SF_RESTRICTED)
2125 added_flags |= SF_RESTRICTED;
/macosx-10.10/Libc-1044.1.2/gen/
H A Dstrtofflags.c86 { "norestricted", SF_RESTRICTED, 0 },
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h487 #define SF_RESTRICTED 0x00080000 /* restricted access */ macro
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c3841 if (_err == 0 && (tdfflags & SF_RESTRICTED)) {
3844 if (_err == 0 && !(fflags & SF_RESTRICTED)) {
3847 VATTR_SET(&va, va_flags, fflags | SF_RESTRICTED);
H A Dvfs_subr.c5411 if (dfflags & SF_RESTRICTED)
5412 VATTR_SET(vap, va_flags, SF_RESTRICTED);
H A Dvfs_syscalls.c4318 if (dfflags & SF_RESTRICTED)
4319 VATTR_SET(&va, va_flags, SF_RESTRICTED);

Completed in 144 milliseconds