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()
251 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
253 if (test_opt(sb, GRPID)) in ext2_show_options()
255 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
267 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
275 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
277 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
279 if (test_opt(sb, NO_UID32)) in ext2_show_options()
281 if (test_opt(sb, DEBUG)) in ext2_show_options()
283 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
287 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
289 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
296 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
298 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
302 if (test_opt(sb, NOBH)) in ext2_show_options()
305 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
308 if (test_opt(sb, GRPQUOTA)) in ext2_show_options()
311 if (test_opt(sb, XIP)) in ext2_show_options()
314 if (test_opt(sb, DAX)) in ext2_show_options()
317 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
675 if (test_opt (sb, DEBUG)) in ext2_setup_super()
924 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
955 if (test_opt(sb, DAX)) { in ext2_fill_super()
1403 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
1418 if (test_opt (sb, MINIX_DF)) in ext2_statfs()