Lines Matching refs:test_opt
75 if (test_opt(sb, ERRORS_PANIC)) in ext2_error()
77 if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) { in ext2_error()
247 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
249 if (test_opt(sb, GRPID)) in ext2_show_options()
251 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
263 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
271 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
273 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
275 if (test_opt(sb, NO_UID32)) in ext2_show_options()
277 if (test_opt(sb, DEBUG)) in ext2_show_options()
279 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
283 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
285 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
292 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
294 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
298 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
301 if (test_opt(sb, GRPQUOTA)) in ext2_show_options()
304 if (test_opt(sb, XIP)) in ext2_show_options()
307 if (test_opt(sb, DAX)) in ext2_show_options()
310 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
670 if (test_opt (sb, DEBUG)) in ext2_setup_super()
918 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
956 if (test_opt(sb, DAX)) { in ext2_fill_super()
1404 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
1418 if (test_opt (sb, MINIX_DF)) in ext2_statfs()