Searched refs:end_slot (Results 1 – 2 of 2) sorted by relevance
345 const int end_slot = btrfs_header_nritems(parent) - 1; in btrfs_realloc_node() local371 for (int i = start_slot; i <= end_slot; i++) { in btrfs_realloc_node()391 if (!close && i < end_slot) { in btrfs_realloc_node()410 (end_slot - i) * blocksize), in btrfs_realloc_node()
303 __u8 end_slot; member