Searched refs:cow_start (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ | 
| D | refcounttree.c | 46 	u32 cow_start;  member 2632 					   u32 *cow_start,  in ocfs2_refcount_cal_cow_clusters()  argument 2685 			*cow_start = le32_to_cpu(rec->e_cpos);  in ocfs2_refcount_cal_cow_clusters() 2714 				(*cow_start + *cow_len);  in ocfs2_refcount_cal_cow_clusters() 2728 		else if (*cow_len || (*cow_start == cpos)) {  in ocfs2_refcount_cal_cow_clusters() 2743 		} else if ((*cow_start + contig_clusters) >=  in ocfs2_refcount_cal_cow_clusters() 2756 			*cow_start = rec_end - contig_clusters;  in ocfs2_refcount_cal_cow_clusters() 2769 			*cow_start = ocfs2_cow_align_start(inode->i_sb,  in ocfs2_refcount_cal_cow_clusters() 2770 							   *cow_start, cpos);  in ocfs2_refcount_cal_cow_clusters() 2771 			*cow_len = rec_end - *cow_start;  in ocfs2_refcount_cal_cow_clusters() [all …] 
 | 
| D | ocfs2_trace.h | 1098 		 unsigned int cow_start, unsigned int cow_len), 1099 	TP_ARGS(ino, cpos, write_len, max_cpos, cow_start, cow_len), 1105 		__field(unsigned int, cow_start) 1113 		__entry->cow_start = cow_start; 1118 		  __entry->max_cpos, __entry->cow_start, __entry->cow_len)
  | 
| /Linux-v5.4/fs/btrfs/ | 
| D | inode.c | 1326 	u64 cow_start = (u64)-1;  in run_delalloc_nocow()  local 1385 				if (cow_start != (u64)-1)  in run_delalloc_nocow() 1386 					cur_offset = cow_start;  in run_delalloc_nocow() 1482 					if (cow_start != (u64)-1)  in run_delalloc_nocow() 1483 						cur_offset = cow_start;  in run_delalloc_nocow() 1512 					if (cow_start != (u64)-1)  in run_delalloc_nocow() 1513 						cur_offset = cow_start;  in run_delalloc_nocow() 1540 			if (cow_start == (u64)-1)  in run_delalloc_nocow() 1541 				cow_start = cur_offset;  in run_delalloc_nocow() 1556 		if (cow_start != (u64)-1) {  in run_delalloc_nocow() [all …] 
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | btrfs.h | 995 		__field(	u64,  cow_start			) 1004 		__entry->cow_start	= cow->start; 1015 		  __entry->cow_start,
  |