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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c156 static void cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset);
595 int zero_offset; local
664 zero_offset= cbp->b_validend;
705 if (zero_offset)
706 cluster_zero(upl, zero_offset, PAGE_SIZE - (zero_offset & PAGE_MASK), real_bp);
828 cluster_EOT(buf_t cbp_head, buf_t cbp_tail, int zero_offset) argument
830 cbp_head->b_validend = zero_offset;
930 int zero_offset = 0; local
1078 zero_offset
[all...]

Completed in 21 milliseconds