Searched refs:cluster_zero (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | ubc.h | 128 void cluster_zero(upl_t, upl_offset_t, int, buf_t);
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_cluster.c | 858 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone() 971 cluster_zero(upl_t upl, upl_offset_t upl_offset, int size, buf_t bp) in cluster_zero() function 1687 cluster_zero(upl, (upl_offset_t)upl_offset, bytes_to_zero, real_bp); in cluster_io() 3210 cluster_zero(upl, io_offset, bytes_to_zero, NULL); in cluster_zero_range() 3868 cluster_zero(upl, io_size, (int)(upl_size - io_size), NULL); in cluster_write_copy()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | ubc_subr.c | 1164 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()
|