Searched refs:EXOFS_DBGMSG (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/exofs/ |
D | inode.c | 169 EXOFS_DBGMSG("recovered read error\n"); in update_read_page() 299 EXOFS_DBGMSG("Length was adjusted nr_pages=0x%x " in _maybe_not_all_in_one_io() 418 EXOFS_DBGMSG("readpage_strip(0x%lx) empty page len=%zx " in readpage_strip() 589 EXOFS_DBGMSG("grab_cache_page Failed " in __r4w_get_page() 725 EXOFS_DBGMSG("writepage_strip(0x%lx, 0x%lx) " in writepage_strip() 743 EXOFS_DBGMSG("writepage_strip(0x%lx, 0x%lx) Discontinuity\n", in writepage_strip() 766 EXOFS_DBGMSG("write_exec failed => %d", ret); in writepage_strip() 779 EXOFS_DBGMSG("Error: writepage_strip(0x%lx, 0x%lx)=>%d\n", in writepage_strip() 876 EXOFS_DBGMSG("simple_write_begin failed\n"); in exofs_write_begin() 906 EXOFS_DBGMSG("__readpage failed\n"); in exofs_write_begin() [all …]
|
D | super.c | 88 EXOFS_DBGMSG("parse_options %s\n", options); in parse_options() 233 EXOFS_DBGMSG("%s: osd_start_request failed.\n", __func__); in exofs_read_kern() 238 EXOFS_DBGMSG("%s: osd_req_read_kern failed.\n", __func__); in exofs_read_kern() 244 EXOFS_DBGMSG("Failed to osd_finalize_request() => %d\n", ret); in exofs_read_kern() 250 EXOFS_DBGMSG("osd_execute_request() => %d\n", ret); in exofs_read_kern() 408 EXOFS_DBGMSG("s_nextid=0x%llx ret=%d\n", _LLU(sbi->s_nextid), ret); in exofs_sync_fs() 490 EXOFS_DBGMSG("exofs: layout: " in _read_and_match_data_map() 841 EXOFS_DBGMSG("Failed to bdi_setup_and_register\n"); in exofs_fill_super() 900 EXOFS_DBGMSG("ore_get_io_state failed.\n"); in exofs_statfs() 917 EXOFS_DBGMSG("exofs_statfs: get capacity failed.\n"); in exofs_statfs() [all …]
|
D | exofs.h | 46 #define EXOFS_DBGMSG(fmt, a...) \ macro 49 #define EXOFS_DBGMSG(fmt, a...) \ macro
|