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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c178 entry->cp_flags |= CP_KEY_FLUSHED;
259 entry->cp_flags |= CP_NEEDS_KEYS;
449 if ((entry->cp_flags & CP_NEEDS_KEYS)) {
529 if ((entry->cp_flags & CP_NEEDS_KEYS)) {
538 if (entry->cp_flags & CP_KEY_FLUSHED) {
614 if ((entry->cp_flags & CP_NEEDS_KEYS)) {
623 if (entry->cp_flags & CP_KEY_FLUSHED) {
755 if (entry->cp_flags == 0) {
770 if ((entry->cp_flags & CP_NEEDS_KEYS)) {
780 if (entry->cp_flags
[all...]
H A Dhfs_cnode.c615 if ((cp->c_cpentry->cp_flags & CP_KEY_FLUSHED) == 0) {
616 cp->c_cpentry->cp_flags |= CP_KEY_FLUSHED;
H A Dhfs_vfsops.c4853 if ((cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) == 0) {
4907 if (cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) {
4909 cp->c_cpentry->cp_flags |= CP_RELOCATION_INFLIGHT;
4933 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
4952 if (cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) {
4980 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
H A Dhfs_readwrite.c2815 if ((cp->c_cpentry->cp_flags & CP_RELOCATION_INFLIGHT) == 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Ddisk.h178 int64_t cp_flags; member in struct:_dk_cs_pin
H A Dcprotect.h56 /* For struct cprotect: cp_flags */
102 uint32_t cp_flags; member in struct:cprotect
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_symfile.c159 pin.cp_flags = _DKIOCSPINDISCARDDATA;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1288 if(bp->b_attr.ba_cpentry->cp_flags & CP_OFF_IV_ENABLED) {

Completed in 81 milliseconds