Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_cluster.c1690 int pg_resid; in cluster_io() local
1700 pg_resid = (int)(commit_offset - upl_offset); in cluster_io()
1702 if (bytes_to_zero >= pg_resid) { in cluster_io()
1714 pg_count = (bytes_to_zero - pg_resid + (PAGE_SIZE - 1)) / PAGE_SIZE; in cluster_io()
1716 pg_count = (bytes_to_zero - pg_resid) / PAGE_SIZE; in cluster_io()