Home
last modified time | relevance | path

Searched refs:syntax_err_cb (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprofile.c162 static profile_syntax_err_cb_t syntax_err_cb; variable
433 if (syntax_err_cb) in profile_set_default()
434 (syntax_err_cb)(prf->filespec, retval, in profile_set_default()
585 if (syntax_err_cb) in profile_update_file()
586 (syntax_err_cb)(prf->filespec, retval, in profile_update_file()
617 old = syntax_err_cb; in profile_set_syntax_err_cb()
618 syntax_err_cb = hook; in profile_set_syntax_err_cb()