cow_start        1341 fs/btrfs/inode.c 	u64 cow_start = (u64)-1;
cow_start        1400 fs/btrfs/inode.c 				if (cow_start != (u64)-1)
cow_start        1401 fs/btrfs/inode.c 					cur_offset = cow_start;
cow_start        1497 fs/btrfs/inode.c 					if (cow_start != (u64)-1)
cow_start        1498 fs/btrfs/inode.c 						cur_offset = cow_start;
cow_start        1527 fs/btrfs/inode.c 					if (cow_start != (u64)-1)
cow_start        1528 fs/btrfs/inode.c 						cur_offset = cow_start;
cow_start        1555 fs/btrfs/inode.c 			if (cow_start == (u64)-1)
cow_start        1556 fs/btrfs/inode.c 				cow_start = cur_offset;
cow_start        1571 fs/btrfs/inode.c 		if (cow_start != (u64)-1) {
cow_start        1573 fs/btrfs/inode.c 					     cow_start, found_key.offset - 1,
cow_start        1581 fs/btrfs/inode.c 			cow_start = (u64)-1;
cow_start        1658 fs/btrfs/inode.c 	if (cur_offset <= end && cow_start == (u64)-1)
cow_start        1659 fs/btrfs/inode.c 		cow_start = cur_offset;
cow_start        1661 fs/btrfs/inode.c 	if (cow_start != (u64)-1) {
cow_start        1663 fs/btrfs/inode.c 		ret = cow_file_range(inode, locked_page, cow_start, end,
cow_start        1098 fs/ocfs2/ocfs2_trace.h 		 unsigned int cow_start, unsigned int cow_len),
cow_start        1099 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len),
cow_start        1105 fs/ocfs2/ocfs2_trace.h 		__field(unsigned int, cow_start)
cow_start        1113 fs/ocfs2/ocfs2_trace.h 		__entry->cow_start = cow_start;
cow_start        1118 fs/ocfs2/ocfs2_trace.h 		  __entry->max_cpos, __entry->cow_start, __entry->cow_len)
cow_start          46 fs/ocfs2/refcounttree.c 	u32 cow_start;
cow_start        2632 fs/ocfs2/refcounttree.c 					   u32 *cow_start,
cow_start        2685 fs/ocfs2/refcounttree.c 			*cow_start = le32_to_cpu(rec->e_cpos);
cow_start        2714 fs/ocfs2/refcounttree.c 				(*cow_start + *cow_len);
cow_start        2728 fs/ocfs2/refcounttree.c 		else if (*cow_len || (*cow_start == cpos)) {
cow_start        2743 fs/ocfs2/refcounttree.c 		} else if ((*cow_start + contig_clusters) >=
cow_start        2756 fs/ocfs2/refcounttree.c 			*cow_start = rec_end - contig_clusters;
cow_start        2769 fs/ocfs2/refcounttree.c 			*cow_start = ocfs2_cow_align_start(inode->i_sb,
cow_start        2770 fs/ocfs2/refcounttree.c 							   *cow_start, cpos);
cow_start        2771 fs/ocfs2/refcounttree.c 			*cow_len = rec_end - *cow_start;
cow_start        2781 fs/ocfs2/refcounttree.c 			*cow_start = ocfs2_cow_align_start(inode->i_sb,
cow_start        2782 fs/ocfs2/refcounttree.c 							   *cow_start, cpos);
cow_start        2784 fs/ocfs2/refcounttree.c 			want_clusters = (cpos + write_len) - *cow_start;
cow_start        2787 fs/ocfs2/refcounttree.c 			if (*cow_start + want_clusters <= rec_end)
cow_start        2790 fs/ocfs2/refcounttree.c 				*cow_len = rec_end - *cow_start;
cow_start        2794 fs/ocfs2/refcounttree.c 		if ((*cow_start + *cow_len) >= (cpos + write_len))
cow_start        3357 fs/ocfs2/refcounttree.c 	u32 cow_start = context->cow_start, cow_len = context->cow_len;
cow_start        3370 fs/ocfs2/refcounttree.c 		ret = context->get_clusters(context, cow_start, &p_cluster,
cow_start        3383 fs/ocfs2/refcounttree.c 						   cow_start, p_cluster,
cow_start        3391 fs/ocfs2/refcounttree.c 		cow_start += num_clusters;
cow_start        3412 fs/ocfs2/refcounttree.c 	u32 cow_start = 0, cow_len = 0;
cow_start        3423 fs/ocfs2/refcounttree.c 					      &cow_start, &cow_len);
cow_start        3431 fs/ocfs2/refcounttree.c 				      cow_start, cow_len);
cow_start        3450 fs/ocfs2/refcounttree.c 	context->cow_start = cow_start;
cow_start        3469 fs/ocfs2/refcounttree.c 	ocfs2_extent_map_trunc(inode, cow_start);
cow_start        3630 fs/ocfs2/refcounttree.c 	u32 cow_start, cow_len;
cow_start        3636 fs/ocfs2/refcounttree.c 					      &cow_start, &cow_len);
cow_start        3652 fs/ocfs2/refcounttree.c 	context->cow_start = cow_start;
cow_start         995 include/trace/events/btrfs.h 		__field(	u64,  cow_start			)
cow_start        1004 include/trace/events/btrfs.h 		__entry->cow_start	= cow->start;
cow_start        1015 include/trace/events/btrfs.h 		  __entry->cow_start,