Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dinode.c812 if (err == -ENOMEM || ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_update_inode_page()
H A Dcheckpoint.c322 ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_get_meta_folio_retry()
H A Df2fs.h715 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
H A Dsegment.c792 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()