Searched refs:last_flagged (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | orphan.c | 624 * @last_flagged: whether the end orphan node is encountered 632 int *last_flagged) in do_kill_orphans() 669 if (cmt_no < *last_cmt_no && *last_flagged) { in do_kill_orphans() 728 *last_flagged = 1; in do_kill_orphans() 730 *last_flagged = 0; in do_kill_orphans() 757 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 792 &last_flagged); in kill_orphans() 630 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) do_kill_orphans() argument
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | orphan.c | 624 * @last_flagged: whether the end orphan node is encountered 632 int *last_flagged) in do_kill_orphans() 669 if (cmt_no < *last_cmt_no && *last_flagged) { in do_kill_orphans() 728 *last_flagged = 1; in do_kill_orphans() 730 *last_flagged = 0; in do_kill_orphans() 757 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 792 &last_flagged); in kill_orphans() 630 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) do_kill_orphans() argument
|
Completed in 3 milliseconds