Lines Matching refs:write_len
2638 u32 write_len, in ocfs2_refcount_cal_cow_clusters() argument
2652 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2719 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2721 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2752 (cpos + write_len)) { in ocfs2_refcount_cal_cow_clusters()
2792 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2802 if ((*cow_start + *cow_len) >= (cpos + write_len)) in ocfs2_refcount_cal_cow_clusters()
3417 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3430 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3438 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3493 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3499 while (write_len) { in ocfs2_refcount_cow()
3507 if (write_len < num_clusters) in ocfs2_refcount_cow()
3508 num_clusters = write_len; in ocfs2_refcount_cow()
3519 write_len -= num_clusters; in ocfs2_refcount_cow()
3632 u32 cpos, u32 write_len, in ocfs2_refcount_cow_xattr() argument
3643 cpos, write_len, UINT_MAX, in ocfs2_refcount_cow_xattr()