Searched refs:CP_OFF_IV_ENABLED (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dcprotect.h60 #define CP_OFF_IV_ENABLED 0x8 /* Only go down relative IV route if this flag is set */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cprotect.c1293 entry->cp_flags |= CP_OFF_IV_ENABLED;
1436 entry->cp_flags |= CP_OFF_IV_ENABLED;
1467 entry->cp_flags |= CP_OFF_IV_ENABLED;
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) {
4952 if (cp->c_cpentry->cp_flags & CP_OFF_IV_ENABLED) {
/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 37 milliseconds