Searched refs:c_contig_type (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/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 3667 BUG_ON(ctxt->c_contig_type == CONTIG_NONE); in ocfs2_try_to_merge_extent() 3686 if (ctxt->c_contig_type == CONTIG_LEFTRIGHT) { in ocfs2_try_to_merge_extent() 3755 if (ctxt->c_contig_type == CONTIG_RIGHT) { in ocfs2_try_to_merge_extent() 5020 ctxt.c_contig_type = ocfs2_figure_merge_contig_type(et, path, el, in ocfs2_split_extent() 5053 trace_ocfs2_split_extent(split_index, ctxt.c_contig_type, in ocfs2_split_extent() 5057 if (ctxt.c_contig_type == CONTIG_NONE) { in ocfs2_split_extent()
|