Home
last modified time | relevance | path

Searched refs:pg_count (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cluster.c1525 u_int pg_count; in cluster_io() local
2079 pg_count = 1; in cluster_io()
2081 pg_count = (io_size + pg_offset + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2114 pg_count = 0; in cluster_io()
2143 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2145 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE; in cluster_io()
2160 pg_count = (pg_offset + bytes_to_zero + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
2162 pg_count = (pg_offset + bytes_to_zero) / PAGE_SIZE; in cluster_io()
2171 if ((flags & CL_COMMIT) && pg_count) { in cluster_io()
2173 pg_count * PAGE_SIZE, in cluster_io()
[all …]