Lines Matching defs:max_cpos
2623 * max_cpos is the place where we want to stop CoW intentionally.
2633 u32 max_cpos,
2646 BUG_ON(cpos + write_len > max_cpos);
2692 * pass the max_cpos, stop the search.
2696 (max_cpos <= le32_to_cpu(rec->e_cpos)))
2701 if (rec_end > max_cpos) {
2702 rec_end = max_cpos;
3406 * past max_cpos. This will stop when it runs into a hole or an
3411 u32 cpos, u32 write_len, u32 max_cpos)
3424 cpos, write_len, max_cpos,
3432 cpos, write_len, max_cpos,
3482 * Don't CoW past max_cpos. If this returns successfully, all
3487 u32 cpos, u32 write_len, u32 max_cpos)
3506 num_clusters, max_cpos);