Searched refs:LPROPS_HEAP_CNT (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dlprops.c445 if (new_cat < 1 || new_cat > LPROPS_HEAP_CNT)
927 for (cat = 1; cat <= LPROPS_HEAP_CNT; cat++) {
1071 if (in_tree && cat > 0 && cat <= LPROPS_HEAP_CNT) {
H A Dubifs.h456 * LPROPS_HEAP_CNT: number of heaps used for storing categorized LEBs
469 LPROPS_HEAP_CNT = 3, enumerator in enum:__anon346
633 * There are %LPROPS_HEAP_CNT heaps.
1479 struct ubifs_lpt_heap lpt_heap[LPROPS_HEAP_CNT];
H A Dlpt_commit.c1443 for (i = 0; i < LPROPS_HEAP_CNT; i++)
H A Dlpt.c1790 for (i = 0; i < LPROPS_HEAP_CNT; i++) {

Completed in 117 milliseconds