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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c134 static buf_t buf_create_shadow_internal(buf_t bp, boolean_t force_copy,
748 return (buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 1));
754 return (buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 0));
759 buf_create_shadow_internal(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t, void *), void *arg, int priv) function

Completed in 27 milliseconds