Lines Matching refs:write_len
2640 u32 write_len, in ocfs2_refcount_cal_cow_clusters() argument
2654 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2721 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2723 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2754 (cpos + write_len)) { in ocfs2_refcount_cal_cow_clusters()
2794 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2804 if ((*cow_start + *cow_len) >= (cpos + write_len)) in ocfs2_refcount_cal_cow_clusters()
3411 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3425 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3433 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3488 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3494 while (write_len) { in ocfs2_refcount_cow()
3502 if (write_len < num_clusters) in ocfs2_refcount_cow()
3503 num_clusters = write_len; in ocfs2_refcount_cow()
3514 write_len -= num_clusters; in ocfs2_refcount_cow()
3627 u32 cpos, u32 write_len, in ocfs2_refcount_cow_xattr() argument
3639 cpos, write_len, UINT_MAX, in ocfs2_refcount_cow_xattr()