Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dubc.h130 void cluster_zero(upl_t, upl_offset_t, int, buf_t);
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_cluster.c1083 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone_finish()
1231 cluster_zero(upl_t upl, upl_offset_t upl_offset, int size, buf_t bp) in cluster_zero() function
2048 cluster_zero(upl, (upl_offset_t)upl_offset, bytes_to_zero, real_bp); in cluster_io()
3654 cluster_zero(upl, io_offset, bytes_to_zero, NULL); in cluster_zero_range()
4312 cluster_zero(upl, io_size, (int)(upl_size - io_size), NULL); in cluster_write_copy()
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c1347 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()