Lines Matching refs:cow_start

45 	u32 cow_start;  member
2626 u32 *cow_start, in ocfs2_refcount_cal_cow_clusters() argument
2679 *cow_start = le32_to_cpu(rec->e_cpos); in ocfs2_refcount_cal_cow_clusters()
2708 (*cow_start + *cow_len); in ocfs2_refcount_cal_cow_clusters()
2722 else if (*cow_len || (*cow_start == cpos)) { in ocfs2_refcount_cal_cow_clusters()
2737 } else if ((*cow_start + contig_clusters) >= in ocfs2_refcount_cal_cow_clusters()
2750 *cow_start = rec_end - contig_clusters; in ocfs2_refcount_cal_cow_clusters()
2763 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2764 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2765 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2775 *cow_start = ocfs2_cow_align_start(inode->i_sb, in ocfs2_refcount_cal_cow_clusters()
2776 *cow_start, cpos); in ocfs2_refcount_cal_cow_clusters()
2778 want_clusters = (cpos + write_len) - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2781 if (*cow_start + want_clusters <= rec_end) in ocfs2_refcount_cal_cow_clusters()
2784 *cow_len = rec_end - *cow_start; in ocfs2_refcount_cal_cow_clusters()
2788 if ((*cow_start + *cow_len) >= (cpos + write_len)) in ocfs2_refcount_cal_cow_clusters()
3324 u32 cow_start = context->cow_start, cow_len = context->cow_len; in ocfs2_replace_cow() local
3337 ret = context->get_clusters(context, cow_start, &p_cluster, in ocfs2_replace_cow()
3350 cow_start, p_cluster, in ocfs2_replace_cow()
3358 cow_start += num_clusters; in ocfs2_replace_cow()
3379 u32 cow_start = 0, cow_len = 0; in ocfs2_refcount_cow_hunk() local
3390 &cow_start, &cow_len); in ocfs2_refcount_cow_hunk()
3398 cow_start, cow_len); in ocfs2_refcount_cow_hunk()
3417 context->cow_start = cow_start; in ocfs2_refcount_cow_hunk()
3436 ocfs2_extent_map_trunc(inode, cow_start); in ocfs2_refcount_cow_hunk()
3597 u32 cow_start, cow_len; in ocfs2_refcount_cow_xattr() local
3603 &cow_start, &cow_len); in ocfs2_refcount_cow_xattr()
3619 context->cow_start = cow_start; in ocfs2_refcount_cow_xattr()