Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h105 ((int)min((int)max_hw_blocks(sbi), BIO_MAX_PAGES))
683 static inline unsigned int max_hw_blocks(struct f2fs_sb_info *sbi) in max_hw_blocks() function
728 desired = 3 * max_hw_blocks(sbi); in nr_pages_to_write()