c_contig_type     873 fs/ocfs2/alloc.c 	enum ocfs2_contig_type	c_contig_type;
c_contig_type    3667 fs/ocfs2/alloc.c 	BUG_ON(ctxt->c_contig_type == CONTIG_NONE);
c_contig_type    3694 fs/ocfs2/alloc.c 	if (ctxt->c_contig_type == CONTIG_LEFTRIGHT) {
c_contig_type    3781 fs/ocfs2/alloc.c 		if (ctxt->c_contig_type == CONTIG_RIGHT) {
c_contig_type    4474 fs/ocfs2/alloc.c 		ctxt->c_contig_type = ret;
c_contig_type    5112 fs/ocfs2/alloc.c 	trace_ocfs2_split_extent(split_index, ctxt.c_contig_type,
c_contig_type    5116 fs/ocfs2/alloc.c 	if (ctxt.c_contig_type == CONTIG_NONE) {
c_contig_type     481 fs/ocfs2/ocfs2_trace.h 	TP_PROTO(int split_index, unsigned int c_contig_type,
c_contig_type     484 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(split_index, c_contig_type,
c_contig_type     488 fs/ocfs2/ocfs2_trace.h 		__field(unsigned int, c_contig_type)
c_contig_type     494 fs/ocfs2/ocfs2_trace.h 		__entry->c_contig_type = c_contig_type;
c_contig_type     498 fs/ocfs2/ocfs2_trace.h 	TP_printk("%d %u %u %u", __entry->split_index, __entry->c_contig_type,