Home
last modified time | relevance | path

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

/sys/fs/o2fs/
Do2fs.c56 Alert(o2fs, "Disk cache read failed\n"); in O2FS_Mount()
63 Alert(o2fs, "Invalid file system\n"); in O2FS_Mount()
69 Alert(o2fs, "Unsupported file system version\n"); in O2FS_Mount()
82 Alert(o2fs, "Bitmap read failed\n"); in O2FS_Mount()
108 Alert(o2fs, "Mount failed"); in O2FS_Mount()
168 Alert(o2fs, "Out of space!\n"); in O2FSBAlloc()
219 Alert(o2fs, "disk read error\n"); in O2FSLoadVNode()
225 Alert(o2fs, "bad BNode magic\n"); in O2FSLoadVNode()
231 Alert(o2fs, "unsupported BNode version\n"); in O2FSLoadVNode()
368 Alert(o2fs, "disk read error\n"); in O2FS_GetRoot()
[all …]
/sys/include/
Dkassert.h28 #define Alert(_module, _format, ...) kprintf(#_module ": " _format, ##__VA_ARGS__) macro