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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c861 int i, insert_index, next_free, has_empty, num_bytes; local
866 has_empty = ocfs2_is_empty_extent(&el->l_recs[0]);
871 if (el->l_next_free_rec == el->l_count && !has_empty)
878 if (has_empty) {
901 mlog(0, "ins %u: index %d, has_empty %d, next_free %d, count %d\n",
902 insert_cpos, insert_index, has_empty, next_free, le16_to_cpu(el->l_count));

Completed in 61 milliseconds