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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c1592 int rounded_size; local
1654 rounded_size = (io_size + (PAGE_SIZE - 1)) & ~PAGE_MASK;
1656 if (size > rounded_size) {
1658 ubc_upl_abort_range(upl, upl_offset + rounded_size, size - rounded_size,
1679 int rounded_size; local
1717 rounded_size = (io_size + (PAGE_SIZE - 1)) & ~PAGE_MASK;
1719 if (size > rounded_size && (local_flags & CL_COMMIT))
1720 ubc_upl_abort_range(upl, upl_offset + rounded_size,
1721 size - rounded_size, UPL_ABORT_FREE_ON_EMPT
[all...]

Completed in 37 milliseconds