Searched refs:cluster_zero (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | ubc.h | 130 void cluster_zero(upl_t, upl_offset_t, int, buf_t);
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_cluster.c | 897 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp); in cluster_iodone() 1012 cluster_zero(upl_t upl, upl_offset_t upl_offset, int size, buf_t bp) in cluster_zero() function 1713 cluster_zero(upl, (upl_offset_t)upl_offset, bytes_to_zero, real_bp); in cluster_io() 3240 cluster_zero(upl, io_offset, bytes_to_zero, NULL); in cluster_zero_range() 3898 cluster_zero(upl, io_size, (int)(upl_size - io_size), NULL); in cluster_write_copy()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | ubc_subr.c | 1312 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL); in ubc_setsize_ex()
|