Lines Matching refs:set_opt
490 set_opt (opts->s_mount_opt, MINIX_DF); in parse_options()
493 set_opt (opts->s_mount_opt, GRPID); in parse_options()
526 set_opt (opts->s_mount_opt, ERRORS_PANIC); in parse_options()
531 set_opt (opts->s_mount_opt, ERRORS_RO); in parse_options()
536 set_opt (opts->s_mount_opt, ERRORS_CONT); in parse_options()
539 set_opt (opts->s_mount_opt, NO_UID32); in parse_options()
542 set_opt (opts->s_mount_opt, DEBUG); in parse_options()
545 set_opt (opts->s_mount_opt, OLDALLOC); in parse_options()
556 set_opt (opts->s_mount_opt, XATTR_USER); in parse_options()
570 set_opt(opts->s_mount_opt, POSIX_ACL); in parse_options()
584 set_opt(opts->s_mount_opt, XIP); in parse_options()
590 set_opt(opts->s_mount_opt, DAX); in parse_options()
599 set_opt(opts->s_mount_opt, USRQUOTA); in parse_options()
603 set_opt(opts->s_mount_opt, GRPQUOTA); in parse_options()
615 set_opt(opts->s_mount_opt, RESERVATION); in parse_options()
885 set_opt(opts.s_mount_opt, DEBUG); in ext2_fill_super()
887 set_opt(opts.s_mount_opt, GRPID); in ext2_fill_super()
889 set_opt(opts.s_mount_opt, NO_UID32); in ext2_fill_super()
892 set_opt(opts.s_mount_opt, XATTR_USER); in ext2_fill_super()
896 set_opt(opts.s_mount_opt, POSIX_ACL); in ext2_fill_super()
900 set_opt(opts.s_mount_opt, ERRORS_PANIC); in ext2_fill_super()
902 set_opt(opts.s_mount_opt, ERRORS_CONT); in ext2_fill_super()
904 set_opt(opts.s_mount_opt, ERRORS_RO); in ext2_fill_super()
909 set_opt(opts.s_mount_opt, RESERVATION); in ext2_fill_super()