Lines Matching full:indexing
250 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit
328 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB.
333 * This data structure is used to temporary store garbage-collected indexing
451 * LPROPS_INDEX: LEB contains indexing nodes (this flag also exists on flash)
505 * @idx_lebs: number of indexing LEBs
524 * @total_used, @total_dead and @total_dark fields do not account indexing
738 * @lnum: LEB number of the target node (indexing node or data node)
756 * struct ubifs_znode - in-memory representation of an indexing node.
767 * @lnum: LEB number of the corresponding indexing node
768 * @offs: offset of the corresponding indexing node
769 * @len: length of the corresponding indexing node
1092 * @fanout: fanout of the index tree (number of links per indexing node)
1104 * used to store indexing nodes (@leb_size - @max_idx_node_sz)
1124 * @min_idx_node_sz: minimum indexing node aligned on 8-bytes boundary
1125 * @max_idx_node_sz: maximum indexing node aligned on 8-bytes boundary