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()
232 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
234 if (test_opt(sb, GRPID)) in ext2_show_options()
236 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
248 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
256 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
258 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
260 if (test_opt(sb, NO_UID32)) in ext2_show_options()
262 if (test_opt(sb, DEBUG)) in ext2_show_options()
264 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
268 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
270 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
277 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
279 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
283 if (test_opt(sb, NOBH)) in ext2_show_options()
301 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
648 if (test_opt (sb, DEBUG)) in ext2_setup_super()
1372 if (test_opt (sb, MINIX_DF)) in ext2_statfs()