Lines Matching refs:test_opt
73 if (test_opt(sb, ERRORS_PANIC)) in ext2_error()
75 if (test_opt(sb, ERRORS_RO)) { in ext2_error()
235 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
237 if (test_opt(sb, GRPID)) in ext2_show_options()
239 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
251 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
259 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
261 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
263 if (test_opt(sb, NO_UID32)) in ext2_show_options()
265 if (test_opt(sb, DEBUG)) in ext2_show_options()
267 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
271 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
273 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
280 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
282 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
286 if (test_opt(sb, NOBH)) in ext2_show_options()
304 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
653 if (test_opt (sb, DEBUG)) in ext2_setup_super()
1378 if (test_opt (sb, MINIX_DF)) in ext2_statfs()