Lines Matching +full:four +full:- +full:lane
1 /* SPDX-License-Identifier: GPL-2.0-only */
4 * Copyright (c) 2014-2015, Intel Corporation.
49 * A log group represents one log 'lane', and consists of four log entries.
50 * Two of the four entries are valid entries, and the remaining two are
60 * +-----------------+-----------------+
64 * +-----------------------------------+
68 * +-----------------+-----------------+
71 * +-----------------+-----------------+
75 * +-----------------------------------+
79 * +-----------------+-----------------+
81 * We detect during start-up which format is in use, and set
82 * arena->log_index[(0, 1)] with the detected format.
133 * struct arena_info - handle for an arena
143 * reported to upper layers. (internal_nlba - nfree)
149 * @sector_size: The Linux sector size - 512 or 4096
156 * @freelist: Pointer to in-memory list of free blocks
157 * @rtt: Pointer to in-memory "Read Tracking Table"
162 * @flags: Arena flags - may signify error states.
166 * arena_info is a per-arena handle. Once an arena is narrowed down for an
180 /* Byte offsets to the different on-media structures */
187 /* Pointers to other in-memory structures for this arena */
201 * struct btt - handle for a BTT instance
212 * @sector_size: The Linux sector size - 512 or 4096
213 * @lanes: Per-lane spinlocks