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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c134 static buf_t buf_create_shadow_internal(buf_t bp, boolean_t force_copy,
732 return (buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 1));
738 return (buf_create_shadow_internal(bp, force_copy, external_storage, iodone, arg, 0));
743 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 18 milliseconds