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

/darwin-on-arm/xnu/bsd/sys/
H A Dbuf_internal.h262 buf_t buf_create_shadow_priv(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t, void *), void *arg);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c730 buf_create_shadow_priv(buf_t bp, boolean_t force_copy, uintptr_t external_storage, void (*iodone)(buf_t, void *), void *arg) function
H A Dvfs_journal.c3761 sbp = buf_create_shadow_priv(bp, FALSE, (uintptr_t)blkptr, 0, 0);

Completed in 27 milliseconds