Home
last modified time | relevance | path

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

/linux-4.19.296/fs/adfs/
Dsuper.c108 adfs_error(sb, "zone %d fails zonecheck", i); in adfs_checkmap()
114 adfs_error(sb, "crosscheck != 0xff"); in adfs_checkmap()
319 adfs_error(sb, "not enough memory"); in adfs_read_map()
330 adfs_error(sb, "unable to read map"); in adfs_read_map()
346 adfs_error(sb, "map corrupted"); in adfs_read_map()
396 adfs_error(sb, "unable to read superblock"); in adfs_fill_super()
430 adfs_error(sb, "couldn't read superblock on " in adfs_fill_super()
437 adfs_error(sb, "disc record mismatch, very weird!"); in adfs_fill_super()
514 adfs_error(sb, "get root inode failed\n"); in adfs_fill_super()
Ddir_fplus.c31 adfs_error(sb, "dir object %X has a hole at offset 0", id); in adfs_fplus_read()
65 adfs_error(sb, "not enough memory for" in adfs_fplus_read()
77 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk); in adfs_fplus_read()
83 adfs_error(sb, "dir object %x failed read for offset %d, mapped block %lX", in adfs_fplus_read()
Ddir_f.c166 adfs_error(sb, "dir object %lX has a hole at offset %d", in adfs_dir_read()
195 adfs_error(sb, "corrupted directory fragment %lX", in adfs_dir_read()
362 adfs_error(sb, "unable to read directory"); in adfs_f_read()
399 adfs_error(dir->sb, "unable to locate entry to update"); in adfs_f_update()
444 adfs_error(dir->sb, "whoops! I broke a directory!"); in adfs_f_update()
Dmap.c282 adfs_error(sb, "fragment 0x%04x at offset %d not found in map", in adfs_map_lookup()
287 adfs_error(sb, "invalid fragment 0x%04x (zone = %d, max = %d)", in adfs_map_lookup()
Dadfs.h160 #define adfs_error(sb, fmt...) __adfs_error(sb, __func__, fmt) macro
Ddir.c141 adfs_error(sb, "parent directory changed under me! (%lx but got %x)\n", in adfs_dir_lookup_byname()