Home
last modified time | relevance | path

Searched refs:buf_create_shadow_internal (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_bio.c129 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