Searched refs:outofdate (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | orphan.c | 623 * @outofdate: whether the LEB is out of date is returned here 631 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() 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() 630 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) do_kill_orphans() argument
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | orphan.c | 623 * @outofdate: whether the LEB is out of date is returned here 631 unsigned long long *last_cmt_no, int *outofdate, in do_kill_orphans() 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() 630 do_kill_orphans(struct ubifs_info *c, struct ubifs_scan_leb *sleb, unsigned long long *last_cmt_no, int *outofdate, int *last_flagged) do_kill_orphans() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.c | 1056 int outofdate; in md_bitmap_init_from_disk() local 1079 outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() 1080 if (outofdate) in md_bitmap_init_from_disk() 1126 if (outofdate) { in md_bitmap_init_from_disk()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md-bitmap.c | 1110 bool outofdate = test_bit(BITMAP_STALE, &bitmap->flags); in md_bitmap_init_from_disk() local 1166 if (outofdate) { in md_bitmap_init_from_disk()
|
Completed in 9 milliseconds