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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ubifs/
H A Dorphan.c552 * @last_flagged: whether the end orphan node is encountered
560 int *last_flagged)
590 if (cmt_no < *last_cmt_no && *last_flagged) {
628 *last_flagged = 1;
630 *last_flagged = 0;
649 int lnum, err = 0, outofdate = 0, last_flagged = 0; local
683 &last_flagged);
558 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 112 milliseconds