Searched refs:l_next_free_rec (Results 1 – 9 of 9) sorted by relevance
1305 i = le16_to_cpu(el->l_next_free_rec); in ocfs2_add_branch()1309 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_add_branch()1392 eb_el->l_next_free_rec = root_el->l_next_free_rec; in ocfs2_shift_tree_depth()1491 if (le16_to_cpu(el->l_next_free_rec) < in ocfs2_find_branch_target()1731 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_create_empty_extent()2593 el->l_next_free_rec = 0; in ocfs2_unlink_path()3090 el->l_next_free_rec = 0; in ocfs2_remove_rightmost_path()3922 le16_to_cpu(el->l_next_free_rec), in ocfs2_insert_at_leaf()4534 if (!el->l_next_free_rec) in ocfs2_figure_appending_type()4613 le16_to_cpu(el->l_next_free_rec); in ocfs2_figure_insert_type()[all …]
301 next_free = le16_to_cpu(el->l_next_free_rec); in ocfs2_last_eb_is_empty()322 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_search_for_hole_index()355 if (i == le16_to_cpu(el->l_next_free_rec) && eb_bh) { in ocfs2_figure_hole_clusters()379 if (i == le16_to_cpu(el->l_next_free_rec)) { in ocfs2_figure_hole_clusters()491 if (i == (le16_to_cpu(el->l_next_free_rec) - 1)) { in ocfs2_get_clusters_nocache()
327 if (!el->l_next_free_rec) in ocfs2_bg_discontig_add_extent()329 rec = &el->l_recs[le16_to_cpu(el->l_next_free_rec)]; in ocfs2_bg_discontig_add_extent()337 le16_add_cpu(&el->l_next_free_rec, 1); in ocfs2_bg_discontig_add_extent()507 while ((needed > 0) && (le16_to_cpu(el->l_next_free_rec) < in ocfs2_block_group_grow_discontig()558 for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_bg_alloc_cleanup()1656 !bg->bg_list.l_next_free_rec) in ocfs2_bg_discontig_fix_result()1659 for (i = 0; i < le16_to_cpu(bg->bg_list.l_next_free_rec); i++) { in ocfs2_bg_discontig_fix_result()
970 if (index < le16_to_cpu(el->l_next_free_rec) - 1) { in ocfs2_get_refcount_cpos_end()1034 for (i = 0; i < le16_to_cpu(tmp_el->l_next_free_rec); i++) { in ocfs2_get_refcount_cpos_end()1041 BUG_ON(i == le16_to_cpu(tmp_el->l_next_free_rec)); in ocfs2_get_refcount_cpos_end()1104 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_get_refcount_rec()1342 root_rb->rf_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_expand_inline_ref_root()1715 for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) in ocfs2_adjust_refcount_rec()1719 BUG_ON(i == le16_to_cpu(el->l_next_free_rec)); in ocfs2_adjust_refcount_rec()2131 if (!rb->rf_list.l_next_free_rec) { in ocfs2_remove_refcount_extent()2666 for (i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) { in ocfs2_refcount_cal_cow_clusters()2801 if (i + 1 == le16_to_cpu(el->l_next_free_rec) && in ocfs2_refcount_cal_cow_clusters()
467 __le16 l_next_free_rec; /* Next unused extent slot */ member1604 if (!gd->bg_list.l_next_free_rec) in ocfs2_gd_is_discontig()
2656 le16_to_cpu(el->l_next_free_rec)) * in ocfs2_xattr_has_space_inline()2921 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_create_xattr_block()3716 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_xattr_get_rec()3936 if (le16_to_cpu(el->l_next_free_rec) == 0) in ocfs2_xattr_index_block_find()4091 if (!el->l_next_free_rec || !rec_func) in ocfs2_iterate_xattr_index_block()4348 xr->xt_list.l_next_free_rec = cpu_to_le16(1); in ocfs2_xattr_create_index_block()6236 le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()6246 *num_recs += le16_to_cpu(xv->xr_list.l_next_free_rec); in ocfs2_value_metas_in_xattr_header()6313 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_reflink_lock_xattr_allocators()6788 le16_to_cpu(rb->rf_list.l_next_free_rec) + 1; in ocfs2_lock_reflink_xattr_rec_allocators()
1683 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_find_rec()
588 fel->l_next_free_rec = 0; in __ocfs2_mknod_locked()
796 for (i = le16_to_cpu(el->l_next_free_rec) - 1; i >= 0; i--) { in ocfs2_dx_dir_lookup_rec()
Completed in 73 milliseconds