Lines Matching refs:write_len
2630 u32 write_len, in ocfs2_refcount_cal_cow_clusters() argument
2644 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2711 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2713 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2744 (cpos + write_len)) { in ocfs2_refcount_cal_cow_clusters()
2784 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2794 if ((*cow_start + *cow_len) >= (cpos + write_len)) in ocfs2_refcount_cal_cow_clusters()
3381 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3394 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3402 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3457 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3463 while (write_len) { in ocfs2_refcount_cow()
3471 if (write_len < num_clusters) in ocfs2_refcount_cow()
3472 num_clusters = write_len; in ocfs2_refcount_cow()
3483 write_len -= num_clusters; in ocfs2_refcount_cow()
3596 u32 cpos, u32 write_len, in ocfs2_refcount_cow_xattr() argument
3607 cpos, write_len, UINT_MAX, in ocfs2_refcount_cow_xattr()