Searched refs:do_error (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/core/ |
D | stream.c | 133 goto do_error; in sk_stream_wait_memory() 164 do_error: in sk_stream_wait_memory()
|
/linux-4.1.27/fs/ocfs2/ |
D | suballoc.c | 169 #define do_error(fmt, ...) \ macro 184 do_error("Group descriptor #%llu has bad signature %.*s", in ocfs2_validate_gd_self() 191 do_error("Group descriptor #%llu has an invalid bg_blkno " in ocfs2_validate_gd_self() 199 do_error("Group descriptor #%llu has an invalid " in ocfs2_validate_gd_self() 207 do_error("Group descriptor #%llu has bit count %u but " in ocfs2_validate_gd_self() 216 do_error("Group descriptor #%llu has bit count %u but " in ocfs2_validate_gd_self() 236 do_error("Group descriptor #%llu has bad parent " in ocfs2_validate_gd_parent() 246 do_error("Group descriptor #%llu has bit count of %u", in ocfs2_validate_gd_parent() 257 do_error("Group descriptor #%llu has bad chain %u", in ocfs2_validate_gd_parent() 266 #undef do_error
|
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 282 static inline void do_error(struct gfs2_glock *gl, const int ret) in do_error() function 349 do_error(gl, 0); in do_promote() 450 do_error(gl, ret); in finish_xmote() 482 do_error(gl, rv); in finish_xmote() 520 do_error(gl, 0); /* Fail queued try locks */ in do_xmote() 608 do_error(gl, 0); /* Fail queued try locks */ in run_queue()
|
/linux-4.1.27/net/ipv4/ |
D | tcp.c | 977 goto do_error; in do_tcp_sendpages() 987 do_error: in do_tcp_sendpages() 1097 goto do_error; in tcp_sendmsg() 1208 goto do_error; in tcp_sendmsg() 1252 goto do_error; in tcp_sendmsg() 1274 do_error: in tcp_sendmsg()
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 6955 goto do_error; in sctp_wait_for_sndbuf() 6980 do_error: in sctp_wait_for_sndbuf() 7062 goto do_error; in sctp_wait_for_connect() 7087 do_error: in sctp_wait_for_connect()
|