Lines Matching full:indexing
259 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit
337 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB.
342 * This data structure is used to temporary store garbage-collected indexing
462 * LPROPS_INDEX: LEB contains indexing nodes (this flag also exists on flash)
516 * @idx_lebs: number of indexing LEBs
535 * @total_used, @total_dead and @total_dark fields do not account indexing
749 * @lnum: LEB number of the target node (indexing node or data node)
767 * struct ubifs_znode - in-memory representation of an indexing node.
778 * @lnum: LEB number of the corresponding indexing node
779 * @offs: offset of the corresponding indexing node
780 * @len: length of the corresponding indexing node
1115 * @fanout: fanout of the index tree (number of links per indexing node)
1127 * used to store indexing nodes (@leb_size - @max_idx_node_sz)
1147 * @min_idx_node_sz: minimum indexing node aligned on 8-bytes boundary
1148 * @max_idx_node_sz: maximum indexing node aligned on 8-bytes boundary