Searched refs:do_error (Results 1 – 2 of 2) sorted by relevance
/fs/ocfs2/ |
D | suballoc.c | 151 #define do_error(fmt, ...) \ macro 166 do_error("Group descriptor #%llu has bad signature %.*s\n", in ocfs2_validate_gd_self() 172 do_error("Group descriptor #%llu has an invalid bg_blkno of %llu\n", in ocfs2_validate_gd_self() 178 do_error("Group descriptor #%llu has an invalid fs_generation of #%u\n", in ocfs2_validate_gd_self() 184 do_error("Group descriptor #%llu has bit count %u but claims that %u are free\n", in ocfs2_validate_gd_self() 191 do_error("Group descriptor #%llu has bit count %u but max bitmap bits of %u\n", in ocfs2_validate_gd_self() 209 do_error("Group descriptor #%llu has bad parent pointer (%llu, expected %llu)\n", in ocfs2_validate_gd_parent() 217 do_error("Group descriptor #%llu has bit count of %u\n", in ocfs2_validate_gd_parent() 227 do_error("Group descriptor #%llu has bad chain %u\n", in ocfs2_validate_gd_parent() 235 #undef do_error
|
/fs/gfs2/ |
D | glock.c | 351 static void do_error(struct gfs2_glock *gl, const int ret) in do_error() function 418 do_error(gl, 0); in do_promote() 525 do_error(gl, ret); in finish_xmote() 558 do_error(gl, rv); in finish_xmote() 616 do_error(gl, 0); /* Fail queued try locks */ in do_xmote() 769 do_error(gl, 0); /* Fail queued try locks */ in run_queue()
|