Searched refs:outofdate (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | orphan.c | 550 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() argument 594 *outofdate = 1; in do_kill_orphans() 639 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 673 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate, in kill_orphans() 675 if (err || outofdate) { in kill_orphans()
|
/openbmc/linux/fs/ubifs/ |
H A D | orphan.c | 631 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() argument 684 *outofdate = 1; in do_kill_orphans() 757 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 791 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate, in kill_orphans() 793 if (err || outofdate) { in kill_orphans()
|
/openbmc/linux/drivers/md/ |
H A D | md-bitmap.c | 1111 bool outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() local 1167 if (outofdate) { in md_bitmap_init_from_disk()
|