Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.c558 atomic_inc(&fcc->queued_flush); in f2fs_issue_flush()
560 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
565 if (atomic_inc_return(&fcc->queued_flush) == 1 || in f2fs_issue_flush()
568 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
591 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
598 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
607 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
636 atomic_set(&fcc->queued_flush, 0); in f2fs_create_flush_cmd_control()
Ddebug.c107 atomic_read(&SM_I(sbi)->fcc_info->queued_flush); in update_general_status()
Df2fs.h1039 atomic_t queued_flush; /* # of queued flushes */ member
2821 atomic_read(&SM_I(sbi)->fcc_info->queued_flush)) in is_inflight_io()