/linux-4.1.27/arch/x86/lib/ |
D | csum-wrappers_64.c | 24 int len, __wsum isum, int *errp) in csum_partial_copy_from_user() argument 27 *errp = 0; in csum_partial_copy_from_user() 57 dst, len, isum, errp, NULL); in csum_partial_copy_from_user() 59 if (unlikely(*errp)) in csum_partial_copy_from_user() 65 *errp = -EFAULT; in csum_partial_copy_from_user() 85 int len, __wsum isum, int *errp) in csum_partial_copy_to_user() argument 92 *errp = -EFAULT; in csum_partial_copy_to_user() 102 *errp = __put_user(val16, (__u16 __user *)dst); in csum_partial_copy_to_user() 103 if (*errp) in csum_partial_copy_to_user() 111 *errp = 0; in csum_partial_copy_to_user() [all …]
|
/linux-4.1.27/arch/alpha/lib/ |
D | csum_partial_copy.c | 104 int *errp) in csum_partial_cfu_aligned() argument 133 if (err && errp) *errp = err; in csum_partial_cfu_aligned() 146 int *errp) in csum_partial_cfu_dest_aligned() argument 188 if (err && errp) *errp = err; in csum_partial_cfu_dest_aligned() 201 int *errp) in csum_partial_cfu_src_aligned() argument 245 if (err && errp) *errp = err; in csum_partial_cfu_src_aligned() 259 int *errp) in csum_partial_cfu_unaligned() argument 328 if (err && errp) *errp = err; in csum_partial_cfu_unaligned() 334 __wsum sum, int *errp) in csum_partial_copy_from_user() argument 342 if (errp) *errp = -EFAULT; in csum_partial_copy_from_user() [all …]
|
/linux-4.1.27/fs/isofs/ |
D | compress.c | 46 int *errp) in zisofs_uncompress_block() argument 65 *errp = -EIO; in zisofs_uncompress_block() 100 *errp = -EIO; in zisofs_uncompress_block() 110 *errp = -ENOMEM; in zisofs_uncompress_block() 112 *errp = -EIO; in zisofs_uncompress_block() 134 *errp = -EIO; in zisofs_uncompress_block() 155 *errp = -ENOMEM; in zisofs_uncompress_block() 166 *errp = -EIO; in zisofs_uncompress_block()
|
/linux-4.1.27/arch/ia64/lib/ |
D | csum_partial_copy.c | 109 int len, __wsum psum, int *errp) in csum_partial_copy_from_user() argument 119 if (__copy_from_user(dst, src, len) != 0 && errp) in csum_partial_copy_from_user() 120 *errp = -EFAULT; in csum_partial_copy_from_user()
|
/linux-4.1.27/net/sctp/ |
D | sm_make_chunk.c | 1693 int *error, struct sctp_chunk **errp) in sctp_unpack_cookie() argument 1795 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_unpack_cookie() 1796 if (*errp) { in sctp_unpack_cookie() 1800 sctp_init_cause(*errp, SCTP_ERROR_STALE_COOKIE, in sctp_unpack_cookie() 1802 sctp_addto_chunk(*errp, sizeof(n), &n); in sctp_unpack_cookie() 1875 struct sctp_chunk **errp) in sctp_process_missing_param() argument 1885 if (!*errp) in sctp_process_missing_param() 1886 *errp = sctp_make_op_error_space(asoc, chunk, len); in sctp_process_missing_param() 1888 if (*errp) { in sctp_process_missing_param() 1891 sctp_init_cause(*errp, SCTP_ERROR_MISS_PARAM, in sctp_process_missing_param() [all …]
|
/linux-4.1.27/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-4.1.27/arch/powerpc/platforms/pseries/ |
D | ras.c | 407 struct rtas_error_log *errp; in pSeries_machine_check_exception() local 410 errp = fwnmi_get_errinfo(regs); in pSeries_machine_check_exception() 412 if (errp && recover_mce(regs, errp)) in pSeries_machine_check_exception()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | checksum.h | 71 #define csum_partial_copy_from_user(src, dst, len, sum, errp) \ argument 72 csum_partial_copy_generic((__force const void *)(src), (dst), (len), (sum), (errp), NULL)
|
/linux-4.1.27/arch/x86/include/asm/ |
D | checksum_64.h | 142 int len, __wsum isum, int *errp); 144 int len, __wsum isum, int *errp);
|
/linux-4.1.27/fs/ext3/ |
D | balloc.c | 1319 unsigned long *count, int *errp) in ext3_try_to_allocate_with_rsv() argument 1326 *errp = 0; in ext3_try_to_allocate_with_rsv() 1336 *errp = fatal; in ext3_try_to_allocate_with_rsv() 1418 *errp = fatal; in ext3_try_to_allocate_with_rsv() 1487 ext3_fsblk_t goal, unsigned long *count, int *errp) in ext3_new_blocks() argument 1513 *errp = -ENOSPC; in ext3_new_blocks() 1521 *errp = err; in ext3_new_blocks() 1543 *errp = -ENOSPC; in ext3_new_blocks() 1644 *errp = -ENOSPC; in ext3_new_blocks() 1734 *errp = 0; in ext3_new_blocks() [all …]
|
D | ext3.h | 1000 ext3_fsblk_t goal, int *errp); 1002 ext3_fsblk_t goal, unsigned long *count, int *errp);
|
D | inode.c | 1063 long block, int create, int *errp) in ext3_getblk() argument 1083 *errp = err; in ext3_getblk() 1088 *errp = -ENOMEM; in ext3_getblk() 1118 *errp = fatal; in ext3_getblk()
|
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 1211 unsigned long *count, int *errp) in ext2_new_blocks() argument 1234 *errp = -ENOSPC; in ext2_new_blocks() 1242 *errp = ret; in ext2_new_blocks() 1265 *errp = -ENOSPC; in ext2_new_blocks() 1362 *errp = -ENOSPC; in ext2_new_blocks() 1407 *errp = 0; in ext2_new_blocks() 1417 *errp = -EIO; in ext2_new_blocks() 1430 ext2_fsblk_t ext2_new_block(struct inode *inode, unsigned long goal, int *errp) in ext2_new_block() argument 1434 return ext2_new_blocks(inode, goal, &count, errp); in ext2_new_block()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | checksum.h | 51 int *errp);
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | checksum.h | 46 …sum csum_partial_copy_from_user(const void __user *src, void *dst, int len, __wsum sum, int *errp);
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | checksum.h | 33 void *dst, int len, __wsum sum, int *errp);
|
/linux-4.1.27/include/net/ |
D | dn_fib.h | 104 const struct nlmsghdr *nlh, int *errp);
|
/linux-4.1.27/fs/ext4/ |
D | balloc.c | 623 unsigned long *count, int *errp) in ext4_new_meta_blocks() argument 635 ret = ext4_mb_new_blocks(handle, &ar, errp); in ext4_new_meta_blocks() 642 if (!(*errp) && (flags & EXT4_MB_DELALLOC_RESERVED)) { in ext4_new_meta_blocks()
|
D | mballoc.c | 4395 struct ext4_allocation_request *ar, int *errp) in ext4_mb_new_blocks() argument 4428 *errp = -ENOSPC; in ext4_mb_new_blocks() 4446 *errp = -EDQUOT; in ext4_mb_new_blocks() 4454 *errp = -ENOMEM; in ext4_mb_new_blocks() 4458 *errp = ext4_mb_initialize_context(ac, ar); in ext4_mb_new_blocks() 4459 if (*errp) { in ext4_mb_new_blocks() 4470 *errp = ext4_mb_regular_allocator(ac); in ext4_mb_new_blocks() 4471 if (*errp) in ext4_mb_new_blocks() 4479 *errp = ext4_mb_new_preallocation(ac); in ext4_mb_new_blocks() 4480 if (*errp) { in ext4_mb_new_blocks() [all …]
|
D | ext4.h | 2056 int *errp);
|
/linux-4.1.27/include/net/sctp/ |
D | sm.h | 253 struct sctp_paramhdr **errp);
|
/linux-4.1.27/net/decnet/ |
D | dn_fib.c | 264 const struct nlmsghdr *nlh, int *errp) in dn_fib_create_info() argument 403 *errp = err; in dn_fib_create_info()
|
/linux-4.1.27/net/phonet/ |
D | pep.c | 774 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp) in pep_sock_accept() argument 786 skb = skb_recv_datagram(sk, 0, flags & O_NONBLOCK, errp); in pep_sock_accept() 889 *errp = err; in pep_sock_accept()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_user.c | 505 int *errp) in xfrm_state_construct() argument 586 *errp = err; in xfrm_state_construct() 634 int *errp) in xfrm_user_state_lookup() argument 660 if (!x && errp) in xfrm_user_state_lookup() 661 *errp = err; in xfrm_user_state_lookup() 1447 …policy_construct(struct net *net, struct xfrm_userpolicy_info *p, struct nlattr **attrs, int *errp) in xfrm_policy_construct() argument 1453 *errp = -ENOMEM; in xfrm_policy_construct() 1472 *errp = err; in xfrm_policy_construct()
|
/linux-4.1.27/net/key/ |
D | af_key.c | 2785 static struct sadb_msg *pfkey_get_base_msg(struct sk_buff *skb, int *errp) in pfkey_get_base_msg() argument 2790 *errp = -EMSGSIZE; in pfkey_get_base_msg() 2798 *errp = -EINVAL; in pfkey_get_base_msg() 2804 *errp = -EMSGSIZE; in pfkey_get_base_msg() 2806 *errp = 0; in pfkey_get_base_msg()
|
/linux-4.1.27/net/sched/ |
D | sch_api.c | 891 struct nlattr **tca, int *errp) in qdisc_create() argument 1011 *errp = err; in qdisc_create()
|