Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c858 int commit_size = 0; in cluster_iodone_finish() local
1018 commit_size = (pg_offset + transaction_size + (PAGE_SIZE - 1)) & ~PAGE_MASK; in cluster_iodone_finish()
1023 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags, vp); in cluster_iodone_finish()
1035 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags); in cluster_iodone_finish()
1061 upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0); in cluster_iodone_finish()