Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_cluster.c1115 int commit_size = 0; in cluster_iodone_finish() local
1228 commit_size = (pg_offset + transaction_size + (PAGE_SIZE - 1)) & ~PAGE_MASK; in cluster_iodone_finish()
1233 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags, vp); in cluster_iodone_finish()
1245 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags); in cluster_iodone_finish()
1271 upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0); in cluster_iodone_finish()