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

/u-boot/fs/ubifs/
H A Dorphan.c544 * @outofdate: whether the LEB is out of date is returned here
552 unsigned long long *last_cmt_no, int *outofdate,
596 *outofdate = 1;
641 int lnum, err = 0, outofdate = 0, last_flagged = 0; local
675 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate,
677 if (err || outofdate) {
551 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) argument

Completed in 40 milliseconds