Home
last modified time | relevance | path

Searched refs:EXOFS_ERR (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/exofs/
Dsuper.c107 EXOFS_ERR("Error allocating dev_name"); in parse_options()
117 EXOFS_ERR("Partition ID must be >= %u", in parse_options()
127 EXOFS_ERR("Timeout must be > 0"); in parse_options()
136 EXOFS_ERR("Need to specify the following options:\n"); in parse_options()
137 EXOFS_ERR(" -o pid=pid_no_to_use\n"); in parse_options()
281 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in __sbi_read_stats()
290 EXOFS_ERR("Error reading super_block stats => %d\n", ret); in __sbi_read_stats()
296 EXOFS_ERR("%s: extract_attr of sb_stats failed\n", __func__); in __sbi_read_stats()
303 EXOFS_ERR("%s: Wrong version of exofs_sb_stats " in __sbi_read_stats()
336 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in exofs_sbi_write_stats()
[all …]
Ddir.c121 EXOFS_ERR("ERROR [exofs_check_page]: " in exofs_check_page()
139 EXOFS_ERR( in exofs_check_page()
148 EXOFS_ERR("ERROR [exofs_check_page]: " in exofs_check_page()
256 EXOFS_ERR("ERROR: bad page in directory(0x%lx)\n", in exofs_readdir()
276 EXOFS_ERR("ERROR: " in exofs_readdir()
334 EXOFS_ERR("ERROR: zero-length entry in " in exofs_find_entry()
411 EXOFS_ERR("exofs_set_link: exofs_write_begin FAILED => %d\n", in exofs_set_link()
462 EXOFS_ERR("ERROR: exofs_add_link: " in exofs_add_link()
483 EXOFS_ERR("exofs_add_link: BAD dentry=%p or inode=0x%lx\n", in exofs_add_link()
534 EXOFS_ERR("ERROR: exofs_delete_entry:" in exofs_delete_entry()
[all …]
Dinode.c121 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()
643 EXOFS_ERR("write_exec: Failed to kmalloc(pcol)\n"); in write_exec()
668 EXOFS_ERR("write_exec: ore_write() Failed\n"); in write_exec()
815 EXOFS_ERR("write_cache_pages => %d\n", ret); in exofs_writepages()
1073 EXOFS_ERR("%s: ore_get_io_state failed.\n", __func__); in exofs_get_inode()
1085 EXOFS_ERR("object(0x%llx) corrupted, return empty file=>%d\n", in exofs_get_inode()
1098 EXOFS_ERR("%s: extract_attr 0 of inode failed\n", __func__); in exofs_get_inode()
[all …]
Dsys.c165 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()
Dexofs.h43 #define EXOFS_ERR(fmt, a...) printk(KERN_ERR "exofs: " fmt, ##a) macro