Lines Matching refs:test_opt
177 if (!dif->dax_dev && test_opt(&sbi->opt, DAX_ALWAYS)) {
219 if (test_opt(&sbi->opt, DAX_ALWAYS) && !sbi->dif0.dax_dev) {
683 if (test_opt(&sbi->opt, DAX_ALWAYS) && sbi->blkszbits != PAGE_SHIFT) {
692 if (test_opt(&sbi->opt, POSIX_ACL))
784 if (test_opt(&new_sbi->opt, POSIX_ACL))
997 seq_puts(seq, test_opt(opt, XATTR_USER) ?
1000 seq_puts(seq, test_opt(opt, POSIX_ACL) ? ",acl" : ",noacl");
1004 if (test_opt(opt, DAX_ALWAYS))
1006 if (test_opt(opt, DAX_NEVER))
1008 if (erofs_is_fileio_mode(sbi) && test_opt(opt, DIRECT_IO))