Searched refs:outofdate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | orphan.c | 551 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() argument 595 *outofdate = 1; in do_kill_orphans() 640 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 674 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate, in kill_orphans() 676 if (err || outofdate) { in kill_orphans()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | orphan.c | 631 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() argument 682 *outofdate = 1; in do_kill_orphans() 755 int lnum, err = 0, outofdate = 0, last_flagged = 0; in kill_orphans() local 789 err = do_kill_orphans(c, sleb, &last_cmt_no, &outofdate, in kill_orphans() 791 if (err || outofdate) { in kill_orphans()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.c | 1063 int outofdate; in md_bitmap_init_from_disk() local 1086 outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() 1087 if (outofdate) in md_bitmap_init_from_disk() 1133 if (outofdate) { in md_bitmap_init_from_disk()
|