Home
last modified time | relevance | path

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

/fs/adfs/
Ddir_fplus.c27 adfs_error(sb, "dir object %X has a hole at offset 0", id); in adfs_fplus_read()
47 adfs_error(sb, "dir %06x has malformed header", id); in adfs_fplus_read()
72 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk); in adfs_fplus_read()
78 adfs_error(sb, "dir object %x failed read for offset %d, mapped block %lX", in adfs_fplus_read()
92 adfs_error(sb, "dir %06x has malformed tail", id); in adfs_fplus_read()
Dsuper.c126 adfs_error(sb, "zone %d fails zonecheck", i); in adfs_checkmap()
132 adfs_error(sb, "crosscheck != 0xff"); in adfs_checkmap()
342 adfs_error(sb, "not enough memory"); in adfs_read_map()
353 adfs_error(sb, "unable to read map"); in adfs_read_map()
368 adfs_error(sb, "map corrupted"); in adfs_read_map()
518 adfs_error(sb, "get root inode failed\n"); in adfs_fill_super()
Ddir_f.c150 adfs_error(sb, "dir %06x has a hole at offset %d", in adfs_dir_read()
179 adfs_error(sb, "dir %06x is corrupted", indaddr); in adfs_dir_read()
338 adfs_error(sb, "unable to read directory"); in adfs_f_read()
375 adfs_error(dir->sb, "unable to locate entry to update"); in adfs_f_update()
420 adfs_error(dir->sb, "whoops! I broke a directory!"); in adfs_f_update()
Dmap.c274 adfs_error(sb, "fragment 0x%04x at offset %d not found in map", in adfs_map_lookup()
279 adfs_error(sb, "invalid fragment 0x%04x (zone = %d, max = %d)", in adfs_map_lookup()
Dadfs.h154 #define adfs_error(sb, fmt...) __adfs_error(sb, __func__, fmt) macro
Ddir.c175 adfs_error(sb, in adfs_dir_lookup_byname()