Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dinode.c769 if (err == -ENOMEM || ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_update_inode_page()
H A Dcheckpoint.c124 ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_get_meta_page_retry()
H A Dsuper.c2297 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
H A Df2fs.h604 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
H A Dsegment.c735 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()