Searched refs:force_copy (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/sys/ |
| H A D | buf.h | 698 buf_t buf_create_shadow(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone… 1290 buf_t buf_create_shadow_priv(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*i…
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_bio.c | 129 static buf_t buf_create_shadow_internal(buf_t bp, boolean_t force_copy, 866 buf_create_shadow_priv(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(b… in buf_create_shadow_priv() argument 868 return buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 1); in buf_create_shadow_priv() 872 buf_create_shadow(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t,… in buf_create_shadow() argument 874 return buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 0); in buf_create_shadow() 879 buf_create_shadow_internal(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodon… in buf_create_shadow_internal() argument 906 if (force_copy == FALSE) { in buf_create_shadow_internal()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map.c | 13892 boolean_t force_copy; in vm_map_lookup_and_lock_object() local 13904 force_copy = (fault_type & VM_PROT_COPY) ? TRUE : FALSE; in vm_map_lookup_and_lock_object() 13990 force_copy))) { in vm_map_lookup_and_lock_object() 14001 force_copy)) { in vm_map_lookup_and_lock_object() 14094 force_copy) in vm_map_lookup_and_lock_object() 14630 if ((fault_type & VM_PROT_WRITE) || *wired || force_copy) { in vm_map_lookup_and_lock_object() 14674 assert(!force_copy); in vm_map_lookup_and_lock_object()
|