Lines Matching refs:write_len
2632 u32 write_len, in ocfs2_refcount_cal_cow_clusters() argument
2646 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2713 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2715 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2746 (cpos + write_len)) { in ocfs2_refcount_cal_cow_clusters()
2786 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2796 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
3424 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3432 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3487 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3493 while (write_len) { in ocfs2_refcount_cow()
3501 if (write_len < num_clusters) in ocfs2_refcount_cow()
3502 num_clusters = write_len; in ocfs2_refcount_cow()
3513 write_len -= num_clusters; in ocfs2_refcount_cow()
3626 u32 cpos, u32 write_len, in ocfs2_refcount_cow_xattr() argument
3637 cpos, write_len, UINT_MAX, in ocfs2_refcount_cow_xattr()