Lines Matching refs:test_opt
75 if (test_opt(sb, ERRORS_PANIC))
77 if (!sb_rdonly(sb) && test_opt(sb, ERRORS_RO)) {
274 if (test_opt(sb, MINIX_DF))
276 if (test_opt(sb, GRPID))
278 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS))
290 if (test_opt(sb, ERRORS_RO)) {
298 if (test_opt(sb, ERRORS_CONT))
300 if (test_opt(sb, ERRORS_PANIC))
302 if (test_opt(sb, NO_UID32))
304 if (test_opt(sb, DEBUG))
306 if (test_opt(sb, OLDALLOC))
310 if (test_opt(sb, XATTR_USER))
312 if (!test_opt(sb, XATTR_USER) &&
319 if (test_opt(sb, POSIX_ACL))
321 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL))
325 if (test_opt(sb, USRQUOTA))
328 if (test_opt(sb, GRPQUOTA))
331 if (test_opt(sb, XIP))
334 if (test_opt(sb, DAX))
337 if (!test_opt(sb, RESERVATION))
684 if (test_opt (sb, DEBUG))
956 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
994 if (test_opt(sb, DAX)) {
1440 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0);
1454 if (test_opt (sb, MINIX_DF))