/Linux-v4.19/arch/x86/lib/ |
D | csum-wrappers_64.c | 25 int len, __wsum isum, int *errp) in csum_partial_copy_from_user() argument 28 *errp = 0; in csum_partial_copy_from_user() 58 dst, len, isum, errp, NULL); in csum_partial_copy_from_user() 60 if (unlikely(*errp)) in csum_partial_copy_from_user() 66 *errp = -EFAULT; in csum_partial_copy_from_user() 86 int len, __wsum isum, int *errp) in csum_partial_copy_to_user() argument 93 *errp = -EFAULT; in csum_partial_copy_to_user() 103 *errp = __put_user(val16, (__u16 __user *)dst); in csum_partial_copy_to_user() 104 if (*errp) in csum_partial_copy_to_user() 112 *errp = 0; in csum_partial_copy_to_user() [all …]
|
/Linux-v4.19/arch/alpha/lib/ |
D | csum_partial_copy.c | 99 int *errp) in csum_partial_cfu_aligned() argument 128 if (err && errp) *errp = err; in csum_partial_cfu_aligned() 141 int *errp) in csum_partial_cfu_dest_aligned() argument 183 if (err && errp) *errp = err; in csum_partial_cfu_dest_aligned() 196 int *errp) in csum_partial_cfu_src_aligned() argument 240 if (err && errp) *errp = err; in csum_partial_cfu_src_aligned() 254 int *errp) in csum_partial_cfu_unaligned() argument 323 if (err && errp) *errp = err; in csum_partial_cfu_unaligned() 329 __wsum sum, int *errp) in csum_partial_copy_from_user() argument 337 if (errp) *errp = -EFAULT; in csum_partial_copy_from_user() [all …]
|
/Linux-v4.19/fs/isofs/ |
D | compress.c | 48 int *errp) in zisofs_uncompress_block() argument 67 *errp = -EIO; in zisofs_uncompress_block() 86 *errp = -ENOMEM; in zisofs_uncompress_block() 106 *errp = -EIO; in zisofs_uncompress_block() 116 *errp = -ENOMEM; in zisofs_uncompress_block() 118 *errp = -EIO; in zisofs_uncompress_block() 140 *errp = -EIO; in zisofs_uncompress_block() 161 *errp = -ENOMEM; in zisofs_uncompress_block() 172 *errp = -EIO; in zisofs_uncompress_block()
|
/Linux-v4.19/arch/ia64/lib/ |
D | csum_partial_copy.c | 110 int len, __wsum psum, int *errp) in csum_partial_copy_from_user() argument 120 if (__copy_from_user(dst, src, len) != 0 && errp) in csum_partial_copy_from_user() 121 *errp = -EFAULT; in csum_partial_copy_from_user()
|
/Linux-v4.19/net/decnet/netfilter/ |
D | dn_rtmsg.c | 33 static struct sk_buff *dnrmg_build_message(struct sk_buff *rt_skb, int *errp) in dnrmg_build_message() argument 46 *errp = -ENOMEM; in dnrmg_build_message() 53 *errp = -ENOMEM; in dnrmg_build_message()
|
/Linux-v4.19/net/sctp/ |
D | sm_make_chunk.c | 1707 int *error, struct sctp_chunk **errp) in sctp_unpack_cookie() argument 1816 *errp = sctp_make_op_error(asoc, chunk, in sctp_unpack_cookie() 1819 if (*errp) in sctp_unpack_cookie() 1894 struct sctp_chunk **errp) in sctp_process_missing_param() argument 1904 if (!*errp) in sctp_process_missing_param() 1905 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param() 1907 if (*errp) { in sctp_process_missing_param() 1910 sctp_init_cause(*errp, SCTP_ERROR_MISS_PARAM, in sctp_process_missing_param() 1912 sctp_addto_chunk(*errp, sizeof(report), &report); in sctp_process_missing_param() 1922 struct sctp_chunk **errp) in sctp_process_inv_mandatory() argument [all …]
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | ras.c | 503 struct rtas_error_log *errp; in pSeries_machine_check_exception() local 506 errp = fwnmi_get_errinfo(regs); in pSeries_machine_check_exception() 508 if (errp && recover_mce(regs, errp)) in pSeries_machine_check_exception()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | checksum_64.h | 143 int len, __wsum isum, int *errp); 145 int len, __wsum isum, int *errp);
|
/Linux-v4.19/fs/ext2/ |
D | balloc.c | 1234 unsigned long *count, int *errp) in ext2_new_blocks() argument 1257 *errp = -ENOSPC; in ext2_new_blocks() 1265 *errp = ret; in ext2_new_blocks() 1288 *errp = -ENOSPC; in ext2_new_blocks() 1385 *errp = -ENOSPC; in ext2_new_blocks() 1430 *errp = 0; in ext2_new_blocks() 1440 *errp = -EIO; in ext2_new_blocks() 1453 ext2_fsblk_t ext2_new_block(struct inode *inode, unsigned long goal, int *errp) in ext2_new_block() argument 1457 return ext2_new_blocks(inode, goal, &count, errp); in ext2_new_block()
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | checksum.h | 44 …sum csum_partial_copy_from_user(const void __user *src, void *dst, int len, __wsum sum, int *errp);
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | checksum.h | 48 int *errp);
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | checksum.h | 34 void *dst, int len, __wsum sum, int *errp);
|
/Linux-v4.19/include/net/sctp/ |
D | sm.h | 258 struct sctp_paramhdr **errp); 284 struct sctp_paramhdr **errp);
|
/Linux-v4.19/include/net/ |
D | dn_fib.h | 106 const struct nlmsghdr *nlh, int *errp);
|
/Linux-v4.19/include/linux/ |
D | dax.h | 152 pfn_t *pfnp, int *errp, const struct iomap_ops *ops);
|
/Linux-v4.19/fs/ext4/ |
D | balloc.c | 645 unsigned long *count, int *errp) in ext4_new_meta_blocks() argument 657 ret = ext4_mb_new_blocks(handle, &ar, errp); in ext4_new_meta_blocks() 664 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
|
D | mballoc.c | 4463 struct ext4_allocation_request *ar, int *errp) in ext4_mb_new_blocks() argument 4496 *errp = -ENOSPC; in ext4_mb_new_blocks() 4514 *errp = -EDQUOT; in ext4_mb_new_blocks() 4522 *errp = -ENOMEM; in ext4_mb_new_blocks() 4526 *errp = ext4_mb_initialize_context(ac, ar); in ext4_mb_new_blocks() 4527 if (*errp) { in ext4_mb_new_blocks() 4538 *errp = ext4_mb_regular_allocator(ac); in ext4_mb_new_blocks() 4539 if (*errp) in ext4_mb_new_blocks() 4547 *errp = ext4_mb_new_preallocation(ac); in ext4_mb_new_blocks() 4548 if (*errp) { in ext4_mb_new_blocks() [all …]
|
D | ext4.h | 2264 int *errp);
|
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_sip.c | 945 int errp = nf_ct_expect_related(rtp_exp); in set_expected_rtp_rtcp() local 947 if (errp == 0 || errp == -EALREADY) { in set_expected_rtp_rtcp() 952 else if (errp == 0) in set_expected_rtp_rtcp()
|
/Linux-v4.19/net/decnet/ |
D | dn_fib.c | 268 const struct nlmsghdr *nlh, int *errp) in dn_fib_create_info() argument 407 *errp = err; in dn_fib_create_info()
|
/Linux-v4.19/net/phonet/ |
D | pep.c | 775 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp, in pep_sock_accept() argument 788 skb = skb_recv_datagram(sk, 0, flags & O_NONBLOCK, errp); in pep_sock_accept() 892 *errp = err; in pep_sock_accept()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_user.c | 552 int *errp) in xfrm_state_construct() argument 646 *errp = err; in xfrm_state_construct() 698 int *errp) in xfrm_user_state_lookup() argument 724 if (!x && errp) in xfrm_user_state_lookup() 725 *errp = err; in xfrm_user_state_lookup() 1597 …policy_construct(struct net *net, struct xfrm_userpolicy_info *p, struct nlattr **attrs, int *errp) in xfrm_policy_construct() argument 1603 *errp = -ENOMEM; in xfrm_policy_construct() 1625 *errp = err; in xfrm_policy_construct()
|
/Linux-v4.19/net/key/ |
D | af_key.c | 2849 static struct sadb_msg *pfkey_get_base_msg(struct sk_buff *skb, int *errp) in pfkey_get_base_msg() argument 2854 *errp = -EMSGSIZE; in pfkey_get_base_msg() 2862 *errp = -EINVAL; in pfkey_get_base_msg() 2868 *errp = -EMSGSIZE; in pfkey_get_base_msg() 2870 *errp = 0; in pfkey_get_base_msg()
|
/Linux-v4.19/net/sched/ |
D | sch_api.c | 1069 struct nlattr **tca, int *errp, in qdisc_create() argument 1210 *errp = err; in qdisc_create()
|