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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cluster.c597 int commit_size = 0; local
741 commit_size = (pg_offset + transaction_size + (PAGE_SIZE - 1)) & ~PAGE_MASK;
744 upl_flags = cluster_ioerror(upl, upl_offset - pg_offset, commit_size, error, b_flags);
754 ubc_upl_commit_range(upl, upl_offset - pg_offset, commit_size, upl_flags);
767 upl, upl_offset - pg_offset, commit_size, (error << 24) | upl_flags, 0);

Completed in 23 milliseconds