Searched refs:c_contig_type (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | ocfs2_trace.h | 480 TP_PROTO(int split_index, unsigned int c_contig_type, 483 TP_ARGS(split_index, c_contig_type, 487 __field(unsigned int, c_contig_type) 493 __entry->c_contig_type = c_contig_type; 497 TP_printk("%d %u %u %u", __entry->split_index, __entry->c_contig_type,
|
D | alloc.c | 878 enum ocfs2_contig_type c_contig_type; member 3679 BUG_ON(ctxt->c_contig_type == CONTIG_NONE); in ocfs2_try_to_merge_extent() 3698 if (ctxt->c_contig_type == CONTIG_LEFTRIGHT) { in ocfs2_try_to_merge_extent() 3767 if (ctxt->c_contig_type == CONTIG_RIGHT) { in ocfs2_try_to_merge_extent() 4453 ctxt->c_contig_type = ret; in ocfs2_figure_merge_contig_type() 5098 trace_ocfs2_split_extent(split_index, ctxt.c_contig_type, in ocfs2_split_extent() 5102 if (ctxt.c_contig_type == CONTIG_NONE) { in ocfs2_split_extent()
|