Home
last modified time | relevance | path

Searched refs:min_segno (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dgc.c317 p.min_segno = NULL_SEGNO; in get_victim_by_default()
324 p.min_segno = *result; in get_victim_by_default()
333 p.min_segno = check_bg_victims(sbi); in get_victim_by_default()
334 if (p.min_segno != NULL_SEGNO) in get_victim_by_default()
374 p.min_segno = segno; in get_victim_by_default()
387 if (p.min_segno != NULL_SEGNO) { in get_victim_by_default()
390 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in get_victim_by_default()
396 *result = (p.min_segno / p.ofs_unit) * p.ofs_unit; in get_victim_by_default()
405 return (p.min_segno == NULL_SEGNO) ? 0 : 1; in get_victim_by_default()
Dsegment.h177 unsigned int min_segno; /* segment # having min. cost */ member
/Linux-v4.19/include/trace/events/
Df2fs.h721 __entry->victim = p->min_segno;