Home
last modified time | relevance | path

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

/Linux-v6.6/fs/f2fs/
Drecovery.c355 ra_blocks = min_t(unsigned int, RECOVERY_MAX_RA_BLOCKS, in adjust_por_ra_blocks()
367 unsigned int ra_blocks = RECOVERY_MAX_RA_BLOCKS; in sanity_check_node_chain()
780 unsigned int ra_blocks = RECOVERY_MAX_RA_BLOCKS; in recover_data()
Df2fs.h594 #define RECOVERY_MAX_RA_BLOCKS BIO_MAX_VECS macro