Home
last modified time | relevance | path

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

/fs/f2fs/
Dsuper.c715 if (f2fs_hw_should_discard(sbi)) { in parse_options()
1587 if ((f2fs_hw_support_discard(sbi) || f2fs_hw_should_discard(sbi)) && in f2fs_put_super()
2088 if (f2fs_hw_support_discard(sbi) || f2fs_hw_should_discard(sbi)) in default_options()
Df2fs.h4404 static inline bool f2fs_hw_should_discard(struct f2fs_sb_info *sbi) in f2fs_hw_should_discard() function
4431 f2fs_hw_should_discard(sbi); in f2fs_realtime_discard_enable()