Searched refs:c_contig_type (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/fs/ocfs2/ |
D | ocfs2_trace.h | 481 TP_PROTO(int split_index, unsigned int c_contig_type, 484 TP_ARGS(split_index, c_contig_type, 488 __field(unsigned int, c_contig_type) 494 __entry->c_contig_type = c_contig_type; 498 TP_printk("%d %u %u %u", __entry->split_index, __entry->c_contig_type,
|
D | alloc.c | 871 enum ocfs2_contig_type c_contig_type; member 3664 BUG_ON(ctxt->c_contig_type == CONTIG_NONE); in ocfs2_try_to_merge_extent() 3691 if (ctxt->c_contig_type == CONTIG_LEFTRIGHT) { in ocfs2_try_to_merge_extent() 3778 if (ctxt->c_contig_type == CONTIG_RIGHT) { in ocfs2_try_to_merge_extent() 4471 ctxt->c_contig_type = ret; in ocfs2_figure_merge_contig_type() 5109 trace_ocfs2_split_extent(split_index, ctxt.c_contig_type, in ocfs2_split_extent() 5113 if (ctxt.c_contig_type == CONTIG_NONE) { in ocfs2_split_extent()
|