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()
255 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
257 if (test_opt(sb, GRPID)) in ext2_show_options()
259 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
271 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
279 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
281 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
283 if (test_opt(sb, NO_UID32)) in ext2_show_options()
285 if (test_opt(sb, DEBUG)) in ext2_show_options()
287 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
291 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
293 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
300 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
302 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
306 if (test_opt(sb, NOBH)) in ext2_show_options()
324 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
686 if (test_opt (sb, DEBUG)) in ext2_setup_super()
1426 if (test_opt (sb, MINIX_DF)) in ext2_statfs()