Lines Matching full:indexing
245 * @LEB_FREED_IDX: indexing LEB was freed and can be used only after the commit
325 * struct ubifs_gced_idx_leb - garbage-collected indexing LEB.
330 * This data structure is used to temporary store garbage-collected indexing
454 * LPROPS_INDEX: LEB contains indexing nodes (this flag also exists on flash)
508 * @idx_lebs: number of indexing LEBs
527 * @total_used, @total_dead and @total_dark fields do not account indexing
741 * @lnum: LEB number of the target node (indexing node or data node)
759 * struct ubifs_znode - in-memory representation of an indexing node.
770 * @lnum: LEB number of the corresponding indexing node
771 * @offs: offset of the corresponding indexing node
772 * @len: length of the corresponding indexing node
1102 * @fanout: fanout of the index tree (number of links per indexing node)
1114 * used to store indexing nodes (@leb_size - @max_idx_node_sz)
1134 * @min_idx_node_sz: minimum indexing node aligned on 8-bytes boundary
1135 * @max_idx_node_sz: maximum indexing node aligned on 8-bytes boundary