Searched refs:outofdate (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/ubifs/ |
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()
|
/linux-6.1.9/drivers/md/ |
D | md-bitmap.c | 1062 int outofdate; in md_bitmap_init_from_disk() local 1085 outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() 1086 if (outofdate) in md_bitmap_init_from_disk() 1132 if (outofdate) { in md_bitmap_init_from_disk()
|