Searched refs:f2fs_hw_support_discard (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/f2fs/
H A Df2fs.h4495 static inline bool f2fs_hw_support_discard(struct f2fs_sb_info *sbi) function
4510 return (test_opt(sbi, DISCARD) && f2fs_hw_support_discard(sbi)) ||
H A Dsuper.c723 if (!f2fs_hw_support_discard(sbi)) {
2102 if (f2fs_hw_support_discard(sbi) || f2fs_hw_should_discard(sbi))
H A Dfile.c2319 if (!f2fs_hw_support_discard(F2FS_SB(sb)))
3844 !f2fs_hw_support_discard(sbi)) ||
H A Dsegment.c2070 !f2fs_hw_support_discard(sbi) ||

Completed in 196 milliseconds