Lines Matching refs:test_opt
74 if (test_opt(sb, ERRORS_PANIC)) in ext2_error()
76 if (test_opt(sb, ERRORS_RO)) { in ext2_error()
258 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
260 if (test_opt(sb, GRPID)) in ext2_show_options()
262 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
274 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
282 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
284 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
286 if (test_opt(sb, NO_UID32)) in ext2_show_options()
288 if (test_opt(sb, DEBUG)) in ext2_show_options()
290 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
294 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
296 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
303 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
305 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
309 if (test_opt(sb, NOBH)) in ext2_show_options()
327 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
693 if (test_opt (sb, DEBUG)) in ext2_setup_super()
1419 if (test_opt (sb, MINIX_DF)) in ext2_statfs()