Searched refs:outofdate (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/md/ |
D | bitmap.c | 1027 int outofdate; in bitmap_init_from_disk() local 1050 outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in bitmap_init_from_disk() 1051 if (outofdate) in bitmap_init_from_disk() 1098 if (outofdate) { in bitmap_init_from_disk()
|