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

/linux-master/fs/f2fs/
H A Dinode.c761 if (err == -ENOMEM || ++count <= DEFAULT_RETRY_IO_COUNT)
H A Dcheckpoint.c124 ++count <= DEFAULT_RETRY_IO_COUNT)
H A Df2fs.h590 #define DEFAULT_RETRY_IO_COUNT 8 /* maximum retry read IO or flush count */ macro
H A Dsuper.c2243 int retry = DEFAULT_RETRY_IO_COUNT;
H A Dsegment.c721 int count = DEFAULT_RETRY_IO_COUNT;

Completed in 180 milliseconds