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

/linux-master/fs/f2fs/
H A Dsegment.c597 atomic_inc(&fcc->queued_flush);
599 atomic_dec(&fcc->queued_flush);
604 if (atomic_inc_return(&fcc->queued_flush) == 1 ||
607 atomic_dec(&fcc->queued_flush);
630 atomic_dec(&fcc->queued_flush);
637 atomic_dec(&fcc->queued_flush);
646 atomic_dec(&fcc->queued_flush);
674 atomic_set(&fcc->queued_flush, 0);
H A Ddebug.c118 atomic_read(&SM_I(sbi)->fcc_info->queued_flush);
H A Df2fs.h1039 atomic_t queued_flush; /* # of queued flushes */ member in struct:flush_cmd_control
2849 atomic_read(&SM_I(sbi)->fcc_info->queued_flush))

Completed in 171 milliseconds