Searched refs:EXOFS_ERR (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/exofs/ |
D | super.c | 105 EXOFS_ERR("Error allocating dev_name"); in parse_options() 115 EXOFS_ERR("Partition ID must be >= %u", in parse_options() 125 EXOFS_ERR("Timout must be > 0"); in parse_options() 134 EXOFS_ERR("Need to specify the following options:\n"); in parse_options() 135 EXOFS_ERR(" -o pid=pid_no_to_use\n"); in parse_options() 276 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in __sbi_read_stats() 285 EXOFS_ERR("Error reading super_block stats => %d\n", ret); in __sbi_read_stats() 291 EXOFS_ERR("%s: extract_attr of sb_stats failed\n", __func__); in __sbi_read_stats() 298 EXOFS_ERR("%s: Wrong version of exofs_sb_stats " in __sbi_read_stats() 331 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in exofs_sbi_write_stats() [all …]
|
D | dir.c | 126 EXOFS_ERR("ERROR [exofs_check_page]: " in exofs_check_page() 144 EXOFS_ERR( in exofs_check_page() 153 EXOFS_ERR("ERROR [exofs_check_page]: " in exofs_check_page() 261 EXOFS_ERR("ERROR: bad page in directory(0x%lx)\n", in exofs_readdir() 281 EXOFS_ERR("ERROR: " in exofs_readdir() 339 EXOFS_ERR("ERROR: zero-length entry in " in exofs_find_entry() 417 EXOFS_ERR("exofs_set_link: exofs_write_begin FAILED => %d\n", in exofs_set_link() 468 EXOFS_ERR("ERROR: exofs_add_link: " in exofs_add_link() 489 EXOFS_ERR("exofs_add_link: BAD dentry=%p or inode=0x%lx\n", in exofs_add_link() 540 EXOFS_ERR("ERROR: exofs_delete_entry:" in exofs_delete_entry() [all …]
|
D | inode.c | 121 EXOFS_ERR("Failed to kmalloc expected_pages=%u\n", in pcol_try_alloc() 394 EXOFS_ERR("PageUptodate(0x%lx, 0x%lx)\n", pcol->inode->i_ino, in readpage_strip() 483 EXOFS_ERR("read_cache_pages => %d\n", ret); in exofs_readpages() 504 EXOFS_ERR("_readpage => %d\n", ret); in _readpage() 646 EXOFS_ERR("write_exec: Failed to kmalloc(pcol)\n"); in write_exec() 671 EXOFS_ERR("write_exec: ore_write() Failed\n"); in write_exec() 818 EXOFS_ERR("write_cache_pages => %d\n", ret); in exofs_writepages() 1085 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in exofs_get_inode() 1097 EXOFS_ERR("object(0x%llx) corrupted, return empty file=>%d\n", in exofs_get_inode() 1110 EXOFS_ERR("%s: extract_attr 0 of inode failed\n", __func__); in exofs_get_inode() [all …]
|
D | sys.c | 165 EXOFS_ERR("ERROR: Failed to create sysfs entry for " in exofs_sysfs_sb_add() 185 EXOFS_ERR("ERROR: Failed to create sysfs entry for " in exofs_sysfs_odev_add() 196 EXOFS_ERR("ERROR: kset_create_and_add exofs failed\n"); in exofs_sysfs_init()
|
D | exofs.h | 43 #define EXOFS_ERR(fmt, a...) printk(KERN_ERR "exofs: " fmt, ##a) macro
|