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()
274 if (test_opt(sb, MINIX_DF)) in ext2_show_options()
276 if (test_opt(sb, GRPID)) in ext2_show_options()
278 if (!test_opt(sb, GRPID) && (def_mount_opts & EXT2_DEFM_BSDGROUPS)) in ext2_show_options()
290 if (test_opt(sb, ERRORS_RO)) { in ext2_show_options()
298 if (test_opt(sb, ERRORS_CONT)) in ext2_show_options()
300 if (test_opt(sb, ERRORS_PANIC)) in ext2_show_options()
302 if (test_opt(sb, NO_UID32)) in ext2_show_options()
304 if (test_opt(sb, DEBUG)) in ext2_show_options()
306 if (test_opt(sb, OLDALLOC)) in ext2_show_options()
310 if (test_opt(sb, XATTR_USER)) in ext2_show_options()
312 if (!test_opt(sb, XATTR_USER) && in ext2_show_options()
319 if (test_opt(sb, POSIX_ACL)) in ext2_show_options()
321 if (!test_opt(sb, POSIX_ACL) && (def_mount_opts & EXT2_DEFM_ACL)) in ext2_show_options()
325 if (test_opt(sb, USRQUOTA)) in ext2_show_options()
328 if (test_opt(sb, GRPQUOTA)) in ext2_show_options()
331 if (test_opt(sb, XIP)) in ext2_show_options()
334 if (test_opt(sb, DAX)) in ext2_show_options()
337 if (!test_opt(sb, RESERVATION)) in ext2_show_options()
684 if (test_opt (sb, DEBUG)) in ext2_setup_super()
956 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_fill_super()
994 if (test_opt(sb, DAX)) { in ext2_fill_super()
1440 (test_opt(sb, POSIX_ACL) ? SB_POSIXACL : 0); in ext2_reconfigure()
1454 if (test_opt (sb, MINIX_DF)) in ext2_statfs()