Searched refs:CP_RELOCATION_INFLIGHT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dcprotect.h62 #define CP_RELOCATION_INFLIGHT 0x10 /* File with offset IVs is in the process of being relocated. */ macro
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c4909 cp->c_cpentry->cp_flags |= CP_RELOCATION_INFLIGHT;
4933 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
4980 cp->c_cpentry->cp_flags &= ~CP_RELOCATION_INFLIGHT;
H A Dhfs_readwrite.c2815 if ((cp->c_cpentry->cp_flags & CP_RELOCATION_INFLIGHT) == 0) {

Completed in 35 milliseconds