Searched refs:maybe_leb_gced (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | tnc.c | 1429 * maybe_leb_gced - determine if a LEB may have been garbage collected. 1438 static int maybe_leb_gced(struct ubifs_info *c, int lnum, int gc_seq1) in maybe_leb_gced() function 1523 if (err <= 0 || maybe_leb_gced(c, zbr.lnum, gc_seq1)) { in ubifs_tnc_locate() 1809 if (maybe_leb_gced(c, lnum, bu->gc_seq)) in ubifs_tnc_bulk_read()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | tnc.c | 1430 * maybe_leb_gced - determine if a LEB may have been garbage collected. 1439 static int maybe_leb_gced(struct ubifs_info *c, int lnum, int gc_seq1) in maybe_leb_gced() function 1524 if (err <= 0 || maybe_leb_gced(c, zbr.lnum, gc_seq1)) { in ubifs_tnc_locate() 1810 if (maybe_leb_gced(c, lnum, bu->gc_seq)) in ubifs_tnc_bulk_read()
|
Completed in 9 milliseconds