Lines Matching refs:test_opt

440 	if (test_opt(F2FS_SB(sb), INLINE_XATTR))  in f2fs_alloc_inode()
643 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, BG_GC)) { in f2fs_show_options()
644 if (test_opt(sbi, FORCE_FG_GC)) in f2fs_show_options()
651 if (test_opt(sbi, DISABLE_ROLL_FORWARD)) in f2fs_show_options()
653 if (test_opt(sbi, DISCARD)) in f2fs_show_options()
655 if (test_opt(sbi, NOHEAP)) in f2fs_show_options()
658 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options()
662 if (test_opt(sbi, INLINE_XATTR)) in f2fs_show_options()
666 if (test_opt(sbi, POSIX_ACL)) in f2fs_show_options()
671 if (test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_show_options()
673 if (test_opt(sbi, INLINE_DATA)) in f2fs_show_options()
677 if (test_opt(sbi, INLINE_DENTRY)) in f2fs_show_options()
679 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, FLUSH_MERGE)) in f2fs_show_options()
681 if (test_opt(sbi, NOBARRIER)) in f2fs_show_options()
683 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
685 if (test_opt(sbi, EXTENT_CACHE)) in f2fs_show_options()
758 bool no_extent_cache = !test_opt(sbi, EXTENT_CACHE); in f2fs_remount()
785 if (no_extent_cache == !!test_opt(sbi, EXTENT_CACHE)) { in f2fs_remount()
797 if ((*flags & MS_RDONLY) || !test_opt(sbi, BG_GC)) { in f2fs_remount()
814 if ((*flags & MS_RDONLY) || !test_opt(sbi, FLUSH_MERGE)) { in f2fs_remount()
824 (test_opt(sbi, POSIX_ACL) ? MS_POSIXACL : 0); in f2fs_remount()
1180 (test_opt(sbi, POSIX_ACL) ? MS_POSIXACL : 0); in f2fs_fill_super()
1315 if (!test_opt(sbi, DISABLE_ROLL_FORWARD)) { in f2fs_fill_super()
1344 if (test_opt(sbi, BG_GC) && !f2fs_readonly(sb)) { in f2fs_fill_super()