Lines Matching full:indexing
252 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit
330 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB.
335 * This data structure is used to temporary store garbage-collected indexing
455 * LPROPS_INDEX: LEB contains indexing nodes (this flag also exists on flash)
509 * @idx_lebs: number of indexing LEBs
528 * @total_used, @total_dead and @total_dark fields do not account indexing
742 * @lnum: LEB number of the target node (indexing node or data node)
760 * struct ubifs_znode - in-memory representation of an indexing node.
771 * @lnum: LEB number of the corresponding indexing node
772 * @offs: offset of the corresponding indexing node
773 * @len: length of the corresponding indexing node
1107 * @fanout: fanout of the index tree (number of links per indexing node)
1119 * used to store indexing nodes (@leb_size - @max_idx_node_sz)
1139 * @min_idx_node_sz: minimum indexing node aligned on 8-bytes boundary
1140 * @max_idx_node_sz: maximum indexing node aligned on 8-bytes boundary