Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddebug.c181 atomic_read(&SM_I(sbi)->fcc_info->issued_flush); in update_general_status()
H A Dsegment.c586 atomic_inc(&fcc->issued_flush); in issue_flush_thread()
614 atomic_inc(&fcc->issued_flush); in f2fs_issue_flush()
623 atomic_inc(&fcc->issued_flush); in f2fs_issue_flush()
687 atomic_set(&fcc->issued_flush, 0); in f2fs_create_flush_cmd_control()
H A Df2fs.h1062 atomic_t issued_flush; /* # of issued flushes */ member