Lines Matching refs:set
636 ctx->set.redirect = true; in ovl_parse_param()
640 ctx->set.index = true; in ovl_parse_param()
647 ctx->set.nfs_export = true; in ovl_parse_param()
654 ctx->set.metacopy = true; in ovl_parse_param()
847 struct ovl_opt_set set = ctx->set; in ovl_fs_params_verify() local
857 if (config->index && set.index) { in ovl_fs_params_verify()
859 set.index = false; in ovl_fs_params_verify()
883 if (set.metacopy && set.redirect) { in ovl_fs_params_verify()
888 if (set.redirect) { in ovl_fs_params_verify()
908 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify()
911 } else if (set.index) { in ovl_fs_params_verify()
926 if (set.nfs_export && set.metacopy) { in ovl_fs_params_verify()
930 if (set.metacopy) { in ovl_fs_params_verify()
958 if (set.redirect && in ovl_fs_params_verify()
964 if (config->metacopy && set.metacopy) { in ovl_fs_params_verify()
983 if (set.redirect && in ovl_fs_params_verify()
988 if (config->metacopy && set.metacopy) { in ovl_fs_params_verify()