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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c483 int pg_offset = 0; local
606 pg_offset = upl_offset & PAGE_MASK;
607 commit_size = (pg_offset + transaction_size + (PAGE_SIZE - 1)) & ~PAGE_MASK;
610 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags);
620 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags);
633 (int)upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0);
764 int pg_offset; local
804 pg_offset = upl_offset & PAGE_MASK;
806 size = (((non_rounded_size + pg_offset) + (PAGE_SIZE - 1)) & ~PAGE_MASK) - pg_offset;
5064 int pg_offset; local
[all...]

Completed in 32 milliseconds