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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c484 int commit_size = 0; local
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);

Completed in 36 milliseconds