Lines Matching full:oc
861 struct xchk_dirtree_outcomes *oc) in xchk_dirtree_evaluate() argument
868 memset(oc, 0, sizeof(struct xchk_dirtree_outcomes)); in xchk_dirtree_evaluate()
880 oc->bad++; in xchk_dirtree_evaluate()
885 oc->suspect++; in xchk_dirtree_evaluate()
893 oc->good++; in xchk_dirtree_evaluate()
905 trace_xchk_dirtree_evaluate(dl, oc); in xchk_dirtree_evaluate()
913 struct xchk_dirtree_outcomes oc; in xchk_dirtree() local
980 xchk_dirtree_evaluate(dl, &oc); in xchk_dirtree()
982 if (oc.good || oc.bad || oc.suspect) in xchk_dirtree()
985 if (oc.bad || oc.good + oc.suspect != 1) in xchk_dirtree()
987 if (oc.suspect) in xchk_dirtree()