Searched refs:cp_flags (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c181 if (entry->cp_flags & CP_NEEDS_KEYS) {
182 entry->cp_flags &= ~CP_KEY_FLUSHED;
185 entry->cp_flags |= CP_KEY_FLUSHED;
323 entry->cp_flags = (CP_NEEDS_KEYS | CP_NO_XATTR);
400 entry->cp_flags |= CP_OFF_IV_ENABLED;
595 if (entry->cp_flags & CP_KEY_FLUSHED) {
616 entry->cp_flags |= CP_OFF_IV_ENABLED;
627 if (entry->cp_flags & CP_NEEDS_KEYS) {
725 if ((entry->cp_flags & CP_NEEDS_KEYS)) {
878 if (entry->cp_flags
[all...]
H A Dhfs_resize.c974 if ((cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) == 0) {
1028 if (cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) {
1030 cp->c_cpentry->cp_flags |= CP_RELOCATION_INFLIGHT;
1054 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
1073 if (cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) {
1101 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
H A Dhfs_cnode.c645 if ((cp->c_cpentry->cp_flags & CP_KEY_FLUSHED) == 0) {
646 cp->c_cpentry->cp_flags |= CP_KEY_FLUSHED;
H A Dhfs_readwrite.c3221 if (cp->c_cpentry->cp_flags & (CP_KEY_FLUSHED | CP_NEEDS_KEYS)) {
3246 if ((cp->c_cpentry->cp_flags & CP_RELOCATION_INFLIGHT) == 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Ddisk.h235 int64_t cp_flags; member in struct:_dk_cs_pin
H A Dcprotect.h90 /* For struct cprotect: cp_flags */
199 uint32_t cp_flags; member in struct:cprotect
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_symfile.c160 pin.cp_flags = _DKIOCCSPINFORHIBERNATION;
474 pin.cp_flags = _DKIOCCSPINDISCARDBLACKLIST;
537 pin.cp_flags = _DKIOCCSPINDISCARDBLACKLIST;
/macosx-10.10.1/vim-55/src/
H A Dedit.c74 * cp_flags has FREE_FNAME */
75 int cp_flags; /* ORIGINAL_TEXT, CONT_S_IPOS or FREE_FNAME */ member in struct:compl_S
2410 if ( !(match->cp_flags & ORIGINAL_TEXT)
2454 match->cp_flags = flags;
2761 || ((compl->cp_flags & ORIGINAL_TEXT) == 0 && ++i == 2))
2807 if ((compl->cp_flags & ORIGINAL_TEXT) == 0
2822 if (compl_shown_match->cp_flags & ORIGINAL_TEXT)
2829 if ((compl->cp_flags & ORIGINAL_TEXT) == 0
2870 if (compl->cp_flags & ORIGINAL_TEXT)
3239 if (match->cp_flags
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c1322 if(bp->b_attr.ba_cpentry->cp_flags & CP_OFF_IV_ENABLED) {

Completed in 220 milliseconds