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

/u-boot/fs/ubifs/
H A Dlpt_commit.c151 * alloc_lpt_leb - allocate an LPT LEB that is empty.
160 static int alloc_lpt_leb(struct ubifs_info *c, int *lnum) function
237 err = alloc_lpt_leb(c, &lnum);
280 err = alloc_lpt_leb(c, &lnum);
300 err = alloc_lpt_leb(c, &lnum);
336 * This function duplicates exactly the results of the function alloc_lpt_leb.
338 * allocated by alloc_lpt_leb during start commit.
340 * This function finds the next LEB that was allocated by the alloc_lpt_leb

Completed in 34 milliseconds