ref: 0cb5f1d1ba2e5570e22f00039bdc9c7006e7158b
dir: /liblogfs/tagname.c/
#include "logfsos.h" #include "logfs.h" #include "local.h" char * logfstagname(uchar tag) { switch(tag) { case LogfsTboot: return "boot"; case LogfsTnone: return "free"; case LogfsTlog: return "log"; case LogfsTdata: return "data"; } return "???"; }