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

/darwin-on-arm/xnu/bsd/sys/
H A Dubc.h98 void cluster_zero(upl_t, upl_offset_t, int, buf_t);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c706 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp);
785 cluster_zero(upl_t upl, upl_offset_t upl_offset, int size, buf_t bp) function
1311 cluster_zero(upl, upl_offset, bytes_to_zero, real_bp);
2734 cluster_zero(upl, io_offset, bytes_to_zero, NULL);
3089 cluster_zero(upl, io_size, upl_size - io_size, NULL);
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c783 cluster_zero(upl, (uint32_t)lastoff, PAGE_SIZE - (uint32_t)lastoff, NULL);

Completed in 21 milliseconds