Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dinode.c767 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 Df2fs.h580 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
H A Dsuper.c2231 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
H A Dsegment.c720 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()