Lines Matching refs:write_len
2650 u32 write_len, in ocfs2_refcount_cal_cow_clusters() argument
2664 BUG_ON(cpos + write_len > max_cpos); in ocfs2_refcount_cal_cow_clusters()
2732 want_clusters = write_len; in ocfs2_refcount_cal_cow_clusters()
2734 want_clusters = (cpos + write_len) - in ocfs2_refcount_cal_cow_clusters()
2765 (cpos + write_len)) { in ocfs2_refcount_cal_cow_clusters()
2805 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2815 if ((*cow_start + *cow_len) >= (cpos + write_len)) in ocfs2_refcount_cal_cow_clusters()
3429 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow_hunk() argument
3443 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3451 cpos, write_len, max_cpos, in ocfs2_refcount_cow_hunk()
3506 u32 cpos, u32 write_len, u32 max_cpos) in ocfs2_refcount_cow() argument
3512 while (write_len) { in ocfs2_refcount_cow()
3520 if (write_len < num_clusters) in ocfs2_refcount_cow()
3521 num_clusters = write_len; in ocfs2_refcount_cow()
3532 write_len -= num_clusters; in ocfs2_refcount_cow()
3645 u32 cpos, u32 write_len, in ocfs2_refcount_cow_xattr() argument
3657 cpos, write_len, UINT_MAX, in ocfs2_refcount_cow_xattr()