Searched refs:CP_NO_XATTR (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h62 #define CP_NO_XATTR 0x04 /* Key info has not been saved as EA to the FS */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cprotect.c309 entry->cp_flags = (CP_NEEDS_KEYS | CP_NO_XATTR);
879 if (entry->cp_flags & CP_NO_XATTR)
1199 tempflags &= ~CP_NO_XATTR;
1256 entry->cp_flags &= ~CP_NO_XATTR;
1485 * If we have gotten this far, then CP_NO_XATTR cannot possibly
1488 xattr->flags &= ~CP_NO_XATTR;
1558 * If we have gotten this far, then CP_NO_XATTR cannot possibly
1561 xattr->flags &= ~CP_NO_XATTR;
1963 if (cp->c_cpentry->cp_flags & CP_NO_XATTR) {

Completed in 24 milliseconds