Home
last modified time | relevance | path

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

/Linux-v6.1/fs/f2fs/
Dcheckpoint.c127 ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_get_meta_page_retry()
Dsuper.c2169 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
Df2fs.h578 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
Dsegment.c683 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()