Home
last modified time | relevance | path

Searched defs:errp (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/fs/isofs/
H A Dcompress.c40 zisofs_uncompress_block(struct inode *inode, loff_t block_start, loff_t block_end, int pcount, struct page **pages, unsigned poffset, int *errp) zisofs_uncompress_block() argument
/kernel/linux/linux-6.6/fs/isofs/
H A Dcompress.c40 zisofs_uncompress_block(struct inode *inode, loff_t block_start, loff_t block_end, int pcount, struct page **pages, unsigned poffset, int *errp) zisofs_uncompress_block() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dras.c717 static int mce_handle_error(struct pt_regs *regs, struct rtas_error_log *errp) in mce_handle_error() argument
854 struct rtas_error_log *errp; in pseries_machine_check_realmode() local
556 mce_handle_err_virtmode(struct pt_regs *regs, struct rtas_error_log *errp, struct pseries_mc_errorlog *mce_log, int disposition) mce_handle_err_virtmode() argument
[all...]
/kernel/linux/linux-5.10/net/phonet/
H A Dpep.c762 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp, in pep_sock_accept() argument
/kernel/linux/linux-5.10/fs/ext4/
H A Dballoc.c718 ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned int flags, unsigned long *count, int *errp) ext4_new_meta_blocks() argument
H A Dmballoc.c5083 ext4_mb_new_blocks(handle_t *handle, struct ext4_allocation_request *ar, int *errp) ext4_mb_new_blocks() argument
5336 ext4_mb_new_blocks_simple(handle_t *handle, struct ext4_allocation_request *ar, int *errp) ext4_mb_new_blocks_simple() argument
[all...]
/kernel/linux/linux-5.10/fs/ext2/
H A Dballoc.c1433 ext2_fsblk_t ext2_new_block(struct inode *inode, unsigned long goal, int *errp) in ext2_new_block() argument
1205 ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, unsigned long *count, int *errp) ext2_new_blocks() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dballoc.c728 ext4_new_meta_blocks(handle_t *handle, struct inode *inode, ext4_fsblk_t goal, unsigned int flags, unsigned long *count, int *errp) ext4_new_meta_blocks() argument
H A Dmballoc.c6086 ext4_mb_new_blocks_simple(struct ext4_allocation_request *ar, int *errp) in ext4_mb_new_blocks_simple() argument
6152 ext4_mb_new_blocks(handle_t *handle, struct ext4_allocation_request *ar, int *errp) ext4_mb_new_blocks() argument
[all...]
/kernel/linux/linux-6.6/fs/ext2/
H A Dballoc.c1201 ext2_new_blocks(struct inode *inode, ext2_fsblk_t goal, unsigned long *count, int *errp, unsigned int flags) ext2_new_blocks() argument
/kernel/linux/linux-6.6/net/phonet/
H A Dpep.c762 static struct sock *pep_sock_accept(struct sock *sk, int flags, int *errp, in pep_sock_accept() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dras.c738 static int mce_handle_error(struct pt_regs *regs, struct rtas_error_log *errp) in mce_handle_error() argument
863 struct rtas_error_log *errp; in pseries_machine_check_realmode() local
564 mce_handle_err_virtmode(struct pt_regs *regs, struct rtas_error_log *errp, struct pseries_mc_errorlog *mce_log, int disposition) mce_handle_err_virtmode() argument
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_sip.c983 int errp = nf_ct_expect_related(rtp_exp, in set_expected_rtp_rtcp() local
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_sip.c983 int errp = nf_ct_expect_related(rtp_exp, in set_expected_rtp_rtcp() local
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c1695 sctp_unpack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp, int *error, struct sctp_chunk **errp) sctp_unpack_cookie() argument
1878 sctp_process_missing_param(const struct sctp_association *asoc, enum sctp_param paramtype, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_missing_param() argument
1907 sctp_process_inv_mandatory(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_mandatory() argument
1923 sctp_process_inv_paramlength(const struct sctp_association *asoc, struct sctp_paramhdr *param, const struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_paramlength() argument
1944 sctp_process_hn_param(const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_hn_param() argument
2064 sctp_process_unk_param( const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_unk_param() argument
2245 sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, enum sctp_cid cid, struct sctp_init_chunk *peer_init, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_verify_init() argument
3158 sctp_verify_asconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, bool addr_param_needed, struct sctp_paramhdr **errp) sctp_verify_asconf() argument
3833 sctp_verify_reconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_paramhdr **errp) sctp_verify_reconf() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c1170 qdisc_create(struct net_device *dev, struct netdev_queue *dev_queue, struct Qdisc *p, u32 parent, u32 handle, struct nlattr **tca, int *errp, struct netlink_ext_ack *extack) qdisc_create() argument
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c1223 qdisc_create(struct net_device *dev, struct netdev_queue *dev_queue, u32 parent, u32 handle, struct nlattr **tca, int *errp, struct netlink_ext_ack *extack) qdisc_create() argument
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_user.c1669 static struct xfrm_policy *xfrm_policy_construct(struct net *net, struct xfrm_userpolicy_info *p, struct nlattr **attrs, int *errp) in xfrm_policy_construct() argument
578 xfrm_state_construct(struct net *net, struct xfrm_usersa_info *p, struct nlattr **attrs, int *errp) xfrm_state_construct() argument
724 xfrm_user_state_lookup(struct net *net, struct xfrm_usersa_id *p, struct nlattr **attrs, int *errp) xfrm_user_state_lookup() argument
/kernel/linux/linux-5.10/net/key/
H A Daf_key.c2857 static struct sadb_msg *pfkey_get_base_msg(struct sk_buff *skb, int *errp) in pfkey_get_base_msg() argument
/kernel/linux/linux-6.6/net/key/
H A Daf_key.c2852 static struct sadb_msg *pfkey_get_base_msg(struct sk_buff *skb, int *errp) in pfkey_get_base_msg() argument
/kernel/linux/linux-6.6/net/sctp/
H A Dsm_make_chunk.c1740 sctp_unpack_cookie( const struct sctp_endpoint *ep, const struct sctp_association *asoc, struct sctp_chunk *chunk, gfp_t gfp, int *error, struct sctp_chunk **errp) sctp_unpack_cookie() argument
1923 sctp_process_missing_param(const struct sctp_association *asoc, enum sctp_param paramtype, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_missing_param() argument
1952 sctp_process_inv_mandatory(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_mandatory() argument
1968 sctp_process_inv_paramlength(const struct sctp_association *asoc, struct sctp_paramhdr *param, const struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_inv_paramlength() argument
1989 sctp_process_hn_param(const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_hn_param() argument
2109 sctp_process_unk_param( const struct sctp_association *asoc, union sctp_params param, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_process_unk_param() argument
2290 sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, const struct sctp_association *asoc, enum sctp_cid cid, struct sctp_init_chunk *peer_init, struct sctp_chunk *chunk, struct sctp_chunk **errp) sctp_verify_init() argument
3196 sctp_verify_asconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, bool addr_param_needed, struct sctp_paramhdr **errp) sctp_verify_asconf() argument
3871 sctp_verify_reconf(const struct sctp_association *asoc, struct sctp_chunk *chunk, struct sctp_paramhdr **errp) sctp_verify_reconf() argument
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_user.c679 xfrm_state_construct(struct net *net, struct xfrm_usersa_info *p, struct nlattr **attrs, int *errp, struct netlink_ext_ack *extack) xfrm_state_construct() argument
827 xfrm_user_state_lookup(struct net *net, struct xfrm_usersa_id *p, struct nlattr **attrs, int *errp) xfrm_user_state_lookup() argument
1917 xfrm_policy_construct(struct net *net, struct xfrm_userpolicy_info *p, struct nlattr **attrs, int *errp, struct netlink_ext_ack *extack) xfrm_policy_construct() argument

Completed in 64 milliseconds