Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Ddebug.c181 atomic_read(&SM_I(sbi)->fcc_info->issued_flush); in update_general_status()
H A Dsegment.c596 atomic_inc(&fcc->issued_flush); in issue_flush_thread()
624 atomic_inc(&fcc->issued_flush); in f2fs_issue_flush()
633 atomic_inc(&fcc->issued_flush); in f2fs_issue_flush()
697 atomic_set(&fcc->issued_flush, 0); in f2fs_create_flush_cmd_control()
H A Df2fs.h1077 atomic_t issued_flush; /* # of issued flushes */ member