Home
last modified time | relevance | path

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

/fs/qnx4/
Dinode.c190 const char *errmsg; in qnx4_fill_super() local
214 errmsg = qnx4_checkroot(s, (struct qnx4_super_block *) bh->b_data); in qnx4_fill_super()
216 if (errmsg != NULL) { in qnx4_fill_super()
218 printk(KERN_ERR "qnx4: %s\n", errmsg); in qnx4_fill_super()
/fs/qnx6/
Dinode.c303 const char *errmsg; in qnx6_fill_super() local
456 errmsg = qnx6_checkroot(s); in qnx6_fill_super()
457 if (errmsg != NULL) { in qnx6_fill_super()
459 pr_err("%s\n", errmsg); in qnx6_fill_super()