Home
last modified time | relevance | path

Searched refs:MAX_FLUSH_RETRY_COUNT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h717 #define MAX_FLUSH_RETRY_COUNT 3 /* maximum flush retry count in f2fs_enable_checkpoint() */ macro
H A Dsuper.c2750 int retry = MAX_FLUSH_RETRY_COUNT; in f2fs_enable_checkpoint()