Searched refs:cluster_zero (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/bsd/sys/ |
| H A D | ubc.h | 130 void cluster_zero(upl_t, upl_offset_t, int, buf_t);
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | vfs_cluster.c | 1083 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 D | ubc_subr.c | 1347 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()
|