Searched refs:do_error (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/core/ |
D | stream.c | 134 goto do_error; in sk_stream_wait_memory() 168 do_error: in sk_stream_wait_memory()
|
/linux-4.4.14/fs/ocfs2/ |
D | suballoc.c | 167 #define do_error(fmt, ...) \ macro 182 do_error("Group descriptor #%llu has bad signature %.*s\n", in ocfs2_validate_gd_self() 188 do_error("Group descriptor #%llu has an invalid bg_blkno of %llu\n", in ocfs2_validate_gd_self() 194 do_error("Group descriptor #%llu has an invalid fs_generation of #%u\n", in ocfs2_validate_gd_self() 200 do_error("Group descriptor #%llu has bit count %u but claims that %u are free\n", in ocfs2_validate_gd_self() 207 do_error("Group descriptor #%llu has bit count %u but max bitmap bits of %u\n", in ocfs2_validate_gd_self() 225 do_error("Group descriptor #%llu has bad parent pointer (%llu, expected %llu)\n", in ocfs2_validate_gd_parent() 233 do_error("Group descriptor #%llu has bit count of %u\n", in ocfs2_validate_gd_parent() 243 do_error("Group descriptor #%llu has bad chain %u\n", in ocfs2_validate_gd_parent() 251 #undef do_error
|
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 221 static inline void do_error(struct gfs2_glock *gl, const int ret) in do_error() function 288 do_error(gl, 0); in do_promote() 389 do_error(gl, ret); in finish_xmote() 421 do_error(gl, rv); in finish_xmote() 459 do_error(gl, 0); /* Fail queued try locks */ in do_xmote() 547 do_error(gl, 0); /* Fail queued try locks */ in run_queue()
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 996 goto do_error; in do_tcp_sendpages() 1006 do_error: in do_tcp_sendpages() 1120 goto do_error; in tcp_sendmsg() 1232 goto do_error; in tcp_sendmsg() 1277 goto do_error; in tcp_sendmsg() 1299 do_error: in tcp_sendmsg()
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 6946 goto do_error; in sctp_wait_for_sndbuf() 6971 do_error: in sctp_wait_for_sndbuf() 7053 goto do_error; in sctp_wait_for_connect() 7078 do_error: in sctp_wait_for_connect()
|