Searched refs:c_contig_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Docfs2_trace.h481 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,
H A Dalloc.c871 enum ocfs2_contig_type c_contig_type; member in struct:ocfs2_merge_ctxt
3671 BUG_ON(ctxt->c_contig_type == CONTIG_NONE);
3698 if (ctxt->c_contig_type == CONTIG_LEFTRIGHT) {
3785 if (ctxt->c_contig_type == CONTIG_RIGHT) {
4478 ctxt->c_contig_type = ret;
5116 trace_ocfs2_split_extent(split_index, ctxt.c_contig_type,
5120 if (ctxt.c_contig_type == CONTIG_NONE) {

Completed in 236 milliseconds