Lines Matching refs:attrchg
61 static int finalck_warning(struct cfent *ept, int attrchg, int contchg);
62 static int finalck_error(struct cfent *ept, int attrchg, int contchg);
65 finalck(struct cfent *ept, int attrchg, int contchg, boolean_t a_warning) in finalck() argument
75 errflg = finalck_warning(ept, attrchg, contchg); in finalck()
77 errflg = finalck_error(ept, attrchg, contchg); in finalck()
95 finalck_error(struct cfent *ept, int attrchg, int contchg) in finalck_error() argument
101 echoDebug(DBG_FINALCK_ERROR, attrchg, contchg, ept->ftype, in finalck_error()
106 if (attrchg || contchg) { in finalck_error()
153 finalck_warning(struct cfent *ept, int attrchg, int contchg) in finalck_warning() argument
159 echoDebug(DBG_FINALCK_WARNING, attrchg, contchg, ept->ftype, in finalck_warning()
165 if (attrchg || contchg) { in finalck_warning()