Home
last modified time | relevance | path

Searched refs:DEFAULT_RETRY_IO_COUNT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dinode.c761 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 Dsegment.c718 int count = DEFAULT_RETRY_IO_COUNT; in f2fs_flush_device_cache()
H A Dsuper.c2297 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
H A Df2fs.h581 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcheckpoint.c119 ++count <= DEFAULT_RETRY_IO_COUNT) in f2fs_get_meta_page_retry()
H A Dsuper.c1843 int retry = DEFAULT_RETRY_IO_COUNT; in f2fs_enable_checkpoint()
H A Df2fs.h547 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO count */ macro

Completed in 38 milliseconds