Searched refs:buf_create_shadow_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.41.3/bsd/vfs/ ! |
| H A D | vfs_bio.c | 129 static buf_t buf_create_shadow_internal(buf_t bp, boolean_t force_copy, 868 return buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 1); in buf_create_shadow_priv() 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() function
|