Home | History | Annotate | Download | only in ext2fs

Lines Matching full:emap

299 } emap[] = { {TDB_SUCCESS, "Success"},
314 for (i = 0; i < sizeof(emap) / sizeof(struct tdb_errname); i++)
315 if (tdb->ecode == emap[i].ecode)
316 return emap[i].estring;