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()
248 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
250 if (test_opt(sb, GRPID)) in ext2_show_options()
252 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
264 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
272 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
274 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
276 if (test_opt(sb, NO_UID32)) in ext2_show_options()
278 if (test_opt(sb, DEBUG)) in ext2_show_options()
280 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
284 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
286 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
293 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
295 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
299 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
302 if (test_opt(sb, GRPQUOTA)) in ext2_show_options()
305 if (test_opt(sb, XIP)) in ext2_show_options()
308 if (test_opt(sb, DAX)) in ext2_show_options()
311 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
670 if (test_opt (sb, DEBUG)) in ext2_setup_super()
919 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
950 if (test_opt(sb, DAX)) { in ext2_fill_super()
1412 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_remount()
1426 if (test_opt (sb, MINIX_DF)) in ext2_statfs()