Lines Matching refs:test_opt
413 if (test_opt(F2FS_SB(sb), INLINE_XATTR)) in f2fs_alloc_inode()
576 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, BG_GC)) in f2fs_show_options()
580 if (test_opt(sbi, DISABLE_ROLL_FORWARD)) in f2fs_show_options()
582 if (test_opt(sbi, DISCARD)) in f2fs_show_options()
584 if (test_opt(sbi, NOHEAP)) in f2fs_show_options()
587 if (test_opt(sbi, XATTR_USER)) in f2fs_show_options()
591 if (test_opt(sbi, INLINE_XATTR)) in f2fs_show_options()
595 if (test_opt(sbi, POSIX_ACL)) in f2fs_show_options()
600 if (test_opt(sbi, DISABLE_EXT_IDENTIFY)) in f2fs_show_options()
602 if (test_opt(sbi, INLINE_DATA)) in f2fs_show_options()
606 if (test_opt(sbi, INLINE_DENTRY)) in f2fs_show_options()
608 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, FLUSH_MERGE)) in f2fs_show_options()
610 if (test_opt(sbi, NOBARRIER)) in f2fs_show_options()
612 if (test_opt(sbi, FASTBOOT)) in f2fs_show_options()
614 if (test_opt(sbi, EXTENT_CACHE)) in f2fs_show_options()
698 if ((*flags & MS_RDONLY) || !test_opt(sbi, BG_GC)) { in f2fs_remount()
715 if ((*flags & MS_RDONLY) || !test_opt(sbi, FLUSH_MERGE)) { in f2fs_remount()
725 (test_opt(sbi, POSIX_ACL) ? MS_POSIXACL : 0); in f2fs_remount()
1030 (test_opt(sbi, POSIX_ACL) ? MS_POSIXACL : 0); in f2fs_fill_super()
1151 if (test_opt(sbi, DISCARD)) { in f2fs_fill_super()
1167 if (!test_opt(sbi, DISABLE_ROLL_FORWARD)) { in f2fs_fill_super()
1194 if (test_opt(sbi, BG_GC) && !f2fs_readonly(sb)) { in f2fs_fill_super()