Home
last modified time | relevance | path

Searched refs:DEFAULT_RETRY_IO_COUNT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dcheckpoint.c122 ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_get_meta_page_retry()
Df2fs.h552 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
Dsuper.c2090 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
Dsegment.c781 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()