Home
last modified time | relevance | path

Searched refs:queued_flush (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c757 atomic_inc(&fcc->queued_flush); in f2fs_issue_flush()
759 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
764 if (atomic_inc_return(&fcc->queued_flush) == 1 || in f2fs_issue_flush()
767 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
786 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
793 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
802 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
831 atomic_set(&fcc->queued_flush, 0); in f2fs_create_flush_cmd_control()
H A Ddebug.c110 atomic_read(&SM_I(sbi)->fcc_info->queued_flush); in update_general_status()
H A Df2fs.h969 atomic_t queued_flush; /* # of queued flushes */ member
2488 atomic_read(&SM_I(sbi)->fcc_info->queued_flush)) in is_inflight_io()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c594 atomic_inc(&fcc->queued_flush); in f2fs_issue_flush()
596 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
601 if (atomic_inc_return(&fcc->queued_flush) == 1 || in f2fs_issue_flush()
604 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
627 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
634 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
643 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
671 atomic_set(&fcc->queued_flush, 0); in f2fs_create_flush_cmd_control()
H A Ddebug.c118 atomic_read(&SM_I(sbi)->fcc_info->queued_flush); in update_general_status()
H A Df2fs.h1030 atomic_t queued_flush; /* # of queued flushes */ member
2835 atomic_read(&SM_I(sbi)->fcc_info->queued_flush)) in is_inflight_io()

Completed in 32 milliseconds