Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.c611 atomic_inc(&fcc->queued_flush); in f2fs_issue_flush()
613 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
618 if (atomic_inc_return(&fcc->queued_flush) == 1 || in f2fs_issue_flush()
621 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
644 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
651 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
660 atomic_dec(&fcc->queued_flush); in f2fs_issue_flush()
688 atomic_set(&fcc->queued_flush, 0); in f2fs_create_flush_cmd_control()
H A Ddebug.c183 atomic_read(&SM_I(sbi)->fcc_info->queued_flush); in update_general_status()
H A Df2fs.h1063 atomic_t queued_flush; /* # of queued flushes */ member
2944 atomic_read(&SM_I(sbi)->fcc_info->queued_flush)) in is_inflight_io()