Home
last modified time | relevance | path

Searched refs:max_slot (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
A Dtree-mod-log.c850 int max_slot; in tree_mod_log_rewind() local
855 max_slot = n - 1; in tree_mod_log_rewind()
858 ASSERT(max_slot >= -1); in tree_mod_log_rewind()
875 if (tm->slot > max_slot) in tree_mod_log_rewind()
876 max_slot = tm->slot; in tree_mod_log_rewind()
895 if (tm->slot == max_slot) in tree_mod_log_rewind()
896 max_slot--; in tree_mod_log_rewind()
906 if (WARN_ON(move_src_end_slot > max_slot || in tree_mod_log_rewind()
912 tm->seq, n, max_slot); in tree_mod_log_rewind()
916 max_slot = move_dst_end_slot; in tree_mod_log_rewind()
A Dctree.c3321 u32 max_slot) in __push_leaf_left() argument
3336 nr = min(right_nritems, max_slot); in __push_leaf_left()
3338 nr = min(right_nritems - 1, max_slot); in __push_leaf_left()
3454 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
3503 free_space, right_nritems, max_slot); in push_leaf_left()

Completed in 99 milliseconds