has_empty        1614 fs/ocfs2/alloc.c 	int i, insert_index, next_free, has_empty, num_bytes;
has_empty        1619 fs/ocfs2/alloc.c 	has_empty = ocfs2_is_empty_extent(&el->l_recs[0]);
has_empty        1624 fs/ocfs2/alloc.c 	BUG_ON(el->l_next_free_rec == el->l_count && !has_empty);
has_empty        1630 fs/ocfs2/alloc.c 	if (has_empty) {
has_empty        1654 fs/ocfs2/alloc.c 				has_empty, next_free,
has_empty         563 fs/ocfs2/ocfs2_trace.h 		 int has_empty, int next_free,
has_empty         565 fs/ocfs2/ocfs2_trace.h 	TP_ARGS(insert_cpos, insert_index, has_empty,
has_empty         570 fs/ocfs2/ocfs2_trace.h 		__field(int, has_empty)
has_empty         577 fs/ocfs2/ocfs2_trace.h 		__entry->has_empty = has_empty;
has_empty         582 fs/ocfs2/ocfs2_trace.h 		  __entry->insert_index, __entry->has_empty,