Searched refs:adfs_error (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/adfs/ | 
| D | dir_fplus.c | 27 		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()
  | 
| D | dir_f.c | 150 			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()
  | 
| D | super.c | 126 			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()
  | 
| D | map.c | 274 	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()
  | 
| D | adfs.h | 154 #define adfs_error(sb, fmt...) __adfs_error(sb, __func__, fmt)  macro
  | 
| D | dir.c | 175 		adfs_error(sb,  in adfs_dir_lookup_byname()
  |