Searched refs:outofdate (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/ubifs/ |
D | orphan.c | 561 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() argument 605 *outofdate = 1; in do_kill_orphans() 650 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 684 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate, in kill_orphans() 686 if (err || outofdate) { in kill_orphans()
|
/Linux-v4.19/drivers/md/ |
D | md-bitmap.c | 1065 int outofdate; in md_bitmap_init_from_disk() local 1088 outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() 1089 if (outofdate) in md_bitmap_init_from_disk() 1135 if (outofdate) { in md_bitmap_init_from_disk()
|