Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_flow.c16 static int prestera_flow_block_mall_cb(struct prestera_flow_block *block, in prestera_flow_block_mall_cb()
30 static int prestera_flow_block_flower_cb(struct prestera_flow_block *block, in prestera_flow_block_flower_cb()
54 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_cb() local
68 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_destroy() local
83 struct prestera_flow_block *block; in prestera_flow_block_create() local
103 struct prestera_flow_block *block = cb_priv; in prestera_flow_block_release() local
109 prestera_flow_block_is_bound(const struct prestera_flow_block *block) in prestera_flow_block_is_bound()
115 prestera_flow_block_lookup(struct prestera_flow_block *block, in prestera_flow_block_lookup()
127 static int prestera_flow_block_bind(struct prestera_flow_block *block, in prestera_flow_block_bind()
154 static int prestera_flow_block_unbind(struct prestera_flow_block *block, in prestera_flow_block_unbind()
[all …]
H A Dprestera_flower.c24 void prestera_flower_template_cleanup(struct prestera_flow_block *block) in prestera_flower_template_cleanup()
34 prestera_flower_parse_goto_action(struct prestera_flow_block *block, in prestera_flower_parse_goto_action()
61 static int prestera_flower_parse_actions(struct prestera_flow_block *block, in prestera_flower_parse_actions()
141 struct prestera_flow_block *block) in prestera_flower_parse_meta()
191 static int prestera_flower_parse(struct prestera_flow_block *block, in prestera_flower_parse()
374 static int prestera_flower_prio_check(struct prestera_flow_block *block, in prestera_flower_prio_check()
404 int prestera_flower_prio_get(struct prestera_flow_block *block, u32 chain_index, in prestera_flower_prio_get()
417 int prestera_flower_replace(struct prestera_flow_block *block, in prestera_flower_replace()
466 void prestera_flower_destroy(struct prestera_flow_block *block, in prestera_flower_destroy()
485 int prestera_flower_tmplt_create(struct prestera_flow_block *block, in prestera_flower_tmplt_create()
[all …]
H A Dprestera_matchall.c14 static int prestera_mall_prio_check(struct prestera_flow_block *block, in prestera_mall_prio_check()
44 int prestera_mall_prio_get(struct prestera_flow_block *block, in prestera_mall_prio_get()
55 static void prestera_mall_prio_update(struct prestera_flow_block *block, in prestera_mall_prio_update()
62 int prestera_mall_replace(struct prestera_flow_block *block, in prestera_mall_replace()
117 void prestera_mall_destroy(struct prestera_flow_block *block) in prestera_mall_destroy()
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c99 struct iio_dma_buffer_block *block = container_of(kref, in iio_buffer_block_release() local
116 static void iio_buffer_block_get(struct iio_dma_buffer_block *block) in iio_buffer_block_get()
121 static void iio_buffer_block_put(struct iio_dma_buffer_block *block) in iio_buffer_block_put()
135 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
149 struct iio_dma_buffer_block *block; in iio_buffer_block_release_atomic() local
164 static void iio_buffer_block_put_atomic(struct iio_dma_buffer_block *block) in iio_buffer_block_put_atomic()
177 struct iio_dma_buffer_block *block; in iio_dma_buffer_alloc_block() local
207 static void _iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in _iio_dma_buffer_block_done()
232 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in iio_dma_buffer_block_done()
266 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
[all …]
/linux/fs/lockd/
H A Dsvclock.c89 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
119 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
130 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
148 struct nlm_block *block; in nlmsvc_lookup_block() local
190 struct nlm_block *block; in nlmsvc_find_block() local
228 struct nlm_block *block; in nlmsvc_create_block() local
281 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
294 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local
309 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
323 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local
[all …]
H A Dclntlock.c88 void nlmclnt_prepare_block(struct nlm_wait *block, struct nlm_host *host, struct file_lock *fl) in nlmclnt_prepare_block()
105 void nlmclnt_queue_block(struct nlm_wait *block) in nlmclnt_queue_block()
115 __be32 nlmclnt_dequeue_block(struct nlm_wait *block) in nlmclnt_dequeue_block()
129 int nlmclnt_wait(struct nlm_wait *block, struct nlm_rqst *req, long timeout) in nlmclnt_wait()
165 struct nlm_wait *block; in nlmclnt_grant() local
230 struct nlm_wait *block; in reclaimer() local
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c160 dpaa2_switch_acl_entry_remove(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_remove()
202 dpaa2_switch_acl_entry_add_to_list(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_add_to_list()
225 dpaa2_switch_acl_entry_get_by_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_by_index()
241 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_set_precedence()
256 dpaa2_switch_acl_tbl_add_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_add_entry()
289 dpaa2_switch_acl_tbl_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_find_entry_by_cookie()
302 dpaa2_switch_acl_entry_get_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_index()
317 dpaa2_switch_mirror_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_mirror_find_entry_by_cookie()
330 dpaa2_switch_acl_tbl_remove_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_remove_entry()
401 dpaa2_switch_block_add_mirror(struct dpaa2_switch_filter_block *block, in dpaa2_switch_block_add_mirror()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c385 static void mlxsw_afa_resource_add(struct mlxsw_afa_block *block, in mlxsw_afa_resource_add()
396 static void mlxsw_afa_resources_destroy(struct mlxsw_afa_block *block) in mlxsw_afa_resources_destroy()
407 struct mlxsw_afa_block *block; in mlxsw_afa_block_create() local
443 void mlxsw_afa_block_destroy(struct mlxsw_afa_block *block) in mlxsw_afa_block_destroy()
458 int mlxsw_afa_block_commit(struct mlxsw_afa_block *block) in mlxsw_afa_block_commit()
492 char *mlxsw_afa_block_first_set(struct mlxsw_afa_block *block) in mlxsw_afa_block_first_set()
498 char *mlxsw_afa_block_cur_set(struct mlxsw_afa_block *block) in mlxsw_afa_block_cur_set()
504 u32 mlxsw_afa_block_first_kvdl_index(struct mlxsw_afa_block *block) in mlxsw_afa_block_first_kvdl_index()
515 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity) in mlxsw_afa_block_activity_get()
524 int mlxsw_afa_block_continue(struct mlxsw_afa_block *block) in mlxsw_afa_block_continue()
[all …]
H A Dspectrum_flower.c59 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse_actions()
306 const struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse_meta_iif()
349 struct mlxsw_sp_flow_block *block) in mlxsw_sp_flower_parse_meta()
568 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_parse()
712 static int mlxsw_sp_flower_mall_prio_check(struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_mall_prio_check()
741 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_replace()
792 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_destroy()
814 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_stats()
855 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_create()
876 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flower_tmplt_destroy()
[all …]
H A Dspectrum_flow.c15 struct mlxsw_sp_flow_block *block; in mlxsw_sp_flow_block_create() local
27 void mlxsw_sp_flow_block_destroy(struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_destroy()
34 mlxsw_sp_flow_block_lookup(struct mlxsw_sp_flow_block *block, in mlxsw_sp_flow_block_lookup()
47 mlxsw_sp_flow_block_ruleset_bound(const struct mlxsw_sp_flow_block *block) in mlxsw_sp_flow_block_ruleset_bound()
53 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flow_block_bind()
108 struct mlxsw_sp_flow_block *block, in mlxsw_sp_flow_block_unbind()
H A Dspectrum_matchall.c14 mlxsw_sp_mall_entry_find(struct mlxsw_sp_flow_block *block, unsigned long cookie) in mlxsw_sp_mall_entry_find()
184 static void mlxsw_sp_mall_prio_update(struct mlxsw_sp_flow_block *block) in mlxsw_sp_mall_prio_update()
201 struct mlxsw_sp_flow_block *block, in mlxsw_sp_mall_replace()
310 void mlxsw_sp_mall_destroy(struct mlxsw_sp_flow_block *block, in mlxsw_sp_mall_destroy()
334 int mlxsw_sp_mall_port_bind(struct mlxsw_sp_flow_block *block, in mlxsw_sp_mall_port_bind()
356 void mlxsw_sp_mall_port_unbind(struct mlxsw_sp_flow_block *block, in mlxsw_sp_mall_port_unbind()
365 int mlxsw_sp_mall_prio_get(struct mlxsw_sp_flow_block *block, u32 chain_index, in mlxsw_sp_mall_prio_get()
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.c202 struct recovery_journal_block *block; in pop_free_list() local
222 static inline bool __must_check is_block_dirty(const struct recovery_journal_block *block) in is_block_dirty()
233 static inline bool __must_check is_block_empty(const struct recovery_journal_block *block) in is_block_empty()
244 static inline bool __must_check is_block_full(const struct recovery_journal_block *block) in is_block_full()
282 struct recovery_journal_block *block = get_journal_block(&journal->active_tail_blocks); in has_block_waiters() local
659 struct recovery_journal_block *block) in initialize_recovery_block()
740 struct recovery_journal_block *block = &journal->blocks[i]; in vdo_decode_recovery_journal() local
813 struct recovery_journal_block *block = &journal->blocks[i]; in vdo_free_recovery_journal() local
919 get_block_header(const struct recovery_journal_block *block) in get_block_header()
929 static void set_active_sector(struct recovery_journal_block *block, void *sector) in set_active_sector()
[all …]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_utils.c13 struct gve_notify_block *block = in gve_tx_was_added_to_block() local
21 struct gve_notify_block *block = in gve_tx_remove_from_block() local
32 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_tx_add_to_block() local
43 struct gve_notify_block *block = in gve_rx_was_added_to_block() local
51 struct gve_notify_block *block = in gve_rx_remove_from_block() local
60 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_rx_add_to_block() local
111 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_add_napi() local
120 struct gve_notify_block *block = &priv->ntfy_blocks[ntfy_idx]; in gve_remove_napi() local
/linux/net/sched/
H A Dcls_api.c181 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying() local
220 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed() local
417 struct tcf_block *block = tp->chain->block; tcf_proto_count_usesw() local
489 ASSERT_BLOCK_LOCKED(block) global() argument
498 tcf_chain_create(struct tcf_block * block,u32 chain_index) tcf_chain_create() argument
529 struct tcf_block *block = chain->block; tcf_chain0_head_change() local
544 struct tcf_block *block = chain->block; tcf_chain_detach() local
559 tcf_block_destroy(struct tcf_block * block) tcf_block_destroy() argument
569 struct tcf_block *block = chain->block; tcf_chain_destroy() local
594 tcf_chain_lookup(struct tcf_block * block,u32 chain_index) tcf_chain_lookup() argument
609 tcf_chain_lookup_rcu(const struct tcf_block * block,u32 chain_index) tcf_chain_lookup_rcu() argument
626 __tcf_chain_get(struct tcf_block * block,u32 chain_index,bool create,bool by_act) __tcf_chain_get() argument
666 tcf_chain_get(struct tcf_block * block,u32 chain_index,bool create) tcf_chain_get() argument
672 tcf_chain_get_by_act(struct tcf_block * block,u32 chain_index) tcf_chain_get_by_act() argument
688 struct tcf_block *block = chain->block; __tcf_chain_put() local
799 struct tcf_block *block = block_cb->indr.data; tc_block_indr_cleanup() local
818 tcf_block_offload_in_use(struct tcf_block * block) tcf_block_offload_in_use() argument
823 tcf_block_offload_cmd(struct tcf_block * block,struct net_device * dev,struct Qdisc * sch,struct tcf_block_ext_info * ei,enum flow_block_command command,struct netlink_ext_ack * extack) tcf_block_offload_cmd() argument
855 tcf_block_offload_bind(struct tcf_block * block,struct Qdisc * q,struct tcf_block_ext_info * ei,struct netlink_ext_ack * extack) tcf_block_offload_bind() argument
895 tcf_block_offload_unbind(struct tcf_block * block,struct Qdisc * q,struct tcf_block_ext_info * ei) tcf_block_offload_unbind() argument
914 tcf_chain0_head_change_cb_add(struct tcf_block * block,struct tcf_block_ext_info * ei,struct netlink_ext_ack * extack) tcf_chain0_head_change_cb_add() argument
958 tcf_chain0_head_change_cb_del(struct tcf_block * block,struct tcf_block_ext_info * ei) tcf_chain0_head_change_cb_del() argument
988 tcf_block_insert(struct tcf_block * block,struct net * net,struct netlink_ext_ack * extack) tcf_block_insert() argument
1004 tcf_block_remove(struct tcf_block * block,struct net * net) tcf_block_remove() argument
1017 struct tcf_block *block; tcf_block_create() local
1053 struct tcf_block *block; tcf_block_refcnt_get() local
1065 __tcf_get_next_chain(struct tcf_block * block,struct tcf_chain * chain) __tcf_get_next_chain() argument
1097 tcf_get_next_chain(struct tcf_block * block,struct tcf_chain * chain) tcf_get_next_chain() argument
1161 tcf_block_flush_all_chains(struct tcf_block * block,bool rtnl_held) tcf_block_flush_all_chains() argument
1280 struct tcf_block *block; __tcf_block_find() local
1312 __tcf_block_put(struct tcf_block * block,struct Qdisc * q,struct tcf_block_ext_info * ei,bool rtnl_held) __tcf_block_put() argument
1340 tcf_block_refcnt_put(struct tcf_block * block,bool rtnl_held) tcf_block_refcnt_put() argument
1354 struct tcf_block *block; tcf_block_find() local
1383 tcf_block_release(struct Qdisc * q,struct tcf_block * block,bool rtnl_held) tcf_block_release() argument
1404 tcf_block_owner_netif_keep_dst(struct tcf_block * block,struct Qdisc * q,enum flow_block_binder_type binder_type) tcf_block_owner_netif_keep_dst() argument
1414 tcf_block_netif_keep_dst(struct tcf_block * block) tcf_block_netif_keep_dst() argument
1425 tcf_block_owner_add(struct tcf_block * block,struct Qdisc * q,enum flow_block_binder_type binder_type) tcf_block_owner_add() argument
1440 tcf_block_owner_del(struct tcf_block * block,struct Qdisc * q,enum flow_block_binder_type binder_type) tcf_block_owner_del() argument
1456 tcf_block_tracks_dev(struct tcf_block * block,struct tcf_block_ext_info * ei) tcf_block_tracks_dev() argument
1470 struct tcf_block *block = NULL; tcf_block_get_ext() local
1550 tcf_block_put_ext(struct tcf_block * block,struct Qdisc * q,struct tcf_block_ext_info * ei) tcf_block_put_ext() argument
1566 tcf_block_put(struct tcf_block * block) tcf_block_put() argument
1578 tcf_block_playback_offloads(struct tcf_block * block,flow_setup_cb_t * cb,void * cb_priv,bool add,bool offload_in_use,struct netlink_ext_ack * extack) tcf_block_playback_offloads() argument
1626 tcf_block_bind(struct tcf_block * block,struct flow_block_offload * bo) tcf_block_bind() argument
1668 tcf_block_unbind(struct tcf_block * block,struct flow_block_offload * bo) tcf_block_unbind() argument
1687 tcf_block_setup(struct tcf_block * block,struct flow_block_offload * bo) tcf_block_setup() argument
1806 tcf_classify(struct sk_buff * skb,const struct tcf_block * block,const struct tcf_proto * tp,struct tcf_result * res,bool compat_mode) tcf_classify() argument
2051 tcf_fill_node(struct net * net,struct sk_buff * skb,struct tcf_proto * tp,struct tcf_block * block,struct Qdisc * q,u32 parent,void * fh,u32 portid,u32 seq,u16 flags,int event,bool terse_dump,bool rtnl_held,struct netlink_ext_ack * extack) tcf_fill_node() argument
2117 tfilter_notify_prep(struct net * net,struct sk_buff * oskb,struct nlmsghdr * n,struct tcf_proto * tp,struct tcf_block * block,struct Qdisc * q,u32 parent,void * fh,int event,u32 portid,bool rtnl_held,struct netlink_ext_ack * extack) tfilter_notify_prep() argument
2148 tfilter_notify(struct net * net,struct sk_buff * oskb,struct nlmsghdr * n,struct tcf_proto * tp,struct tcf_block * block,struct Qdisc * q,u32 parent,void * fh,int event,bool unicast,bool rtnl_held,struct netlink_ext_ack * extack) tfilter_notify() argument
2174 tfilter_del_notify(struct net * net,struct sk_buff * oskb,struct nlmsghdr * n,struct tcf_proto * tp,struct tcf_block * block,struct Qdisc * q,u32 parent,void * fh,bool * last,bool rtnl_held,struct netlink_ext_ack * extack) tfilter_del_notify() argument
2207 tfilter_notify_chain(struct net * net,struct sk_buff * oskb,struct tcf_block * block,struct Qdisc * q,u32 parent,struct nlmsghdr * n,struct tcf_chain * chain,int event,struct netlink_ext_ack * extack) tfilter_notify_chain() argument
2246 struct tcf_block *block; tc_new_tfilter() local
2479 struct tcf_block *block = NULL; tc_del_tfilter() local
2638 struct tcf_block *block = NULL; tc_get_tfilter() local
2753 struct tcf_block *block; global() member
2775 struct tcf_block *block = chain->block; tcf_chain_dump() local
2843 struct tcf_block *block; tc_dump_tfilter() local
2944 tc_chain_fill_node(const struct tcf_proto_ops * tmplt_ops,void * tmplt_priv,u32 chain_index,struct net * net,struct sk_buff * skb,struct tcf_block * block,u32 portid,u32 seq,u16 flags,int event,struct netlink_ext_ack * extack) tc_chain_fill_node() argument
3002 struct tcf_block *block = chain->block; tc_chain_notify() local
3032 tc_chain_notify_delete(const struct tcf_proto_ops * tmplt_ops,void * tmplt_priv,u32 chain_index,struct tcf_block * block,struct sk_buff * oskb,u32 seq,u16 flags) tc_chain_notify_delete() argument
3115 struct tcf_block *block; tc_ctl_chain() local
3242 struct tcf_block *block; tc_dump_chain() local
3547 tcf_block_offload_inc(struct tcf_block * block,u32 * flags) tcf_block_offload_inc() argument
3555 tcf_block_offload_dec(struct tcf_block * block,u32 * flags) tcf_block_offload_dec() argument
3563 tc_cls_offload_cnt_update(struct tcf_block * block,struct tcf_proto * tp,u32 * cnt,u32 * flags,u32 diff,bool add) tc_cls_offload_cnt_update() argument
3583 tc_cls_offload_cnt_reset(struct tcf_block * block,struct tcf_proto * tp,u32 * cnt,u32 * flags) tc_cls_offload_cnt_reset() argument
3595 __tc_setup_cb_call(struct tcf_block * block,enum tc_setup_type type,void * type_data,bool err_stop) __tc_setup_cb_call() argument
3614 tc_setup_cb_call(struct tcf_block * block,enum tc_setup_type type,void * type_data,bool err_stop,bool rtnl_held) tc_setup_cb_call() argument
3649 tc_setup_cb_add(struct tcf_block * block,struct tcf_proto * tp,enum tc_setup_type type,void * type_data,bool err_stop,u32 * flags,unsigned int * in_hw_count,bool rtnl_held) tc_setup_cb_add() argument
3699 tc_setup_cb_replace(struct tcf_block * block,struct tcf_proto * tp,enum tc_setup_type type,void * type_data,bool err_stop,u32 * old_flags,unsigned int * old_in_hw_count,u32 * new_flags,unsigned int * new_in_hw_count,bool rtnl_held) tc_setup_cb_replace() argument
3753 tc_setup_cb_destroy(struct tcf_block * block,struct tcf_proto * tp,enum tc_setup_type type,void * type_data,bool err_stop,u32 * flags,unsigned int * in_hw_count,bool rtnl_held) tc_setup_cb_destroy() argument
3787 tc_setup_cb_reoffload(struct tcf_block * block,struct tcf_proto * tp,bool add,flow_setup_cb_t * cb,enum tc_setup_type type,void * type_data,void * cb_priv,u32 * flags,unsigned int * in_hw_count) tc_setup_cb_reoffload() argument
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_rtrmap_btree.h38 struct xfs_btree_block *block, in xfs_rtrmap_rec_addr()
48 struct xfs_btree_block *block, in xfs_rtrmap_key_addr()
58 struct xfs_btree_block *block, in xfs_rtrmap_high_key_addr()
69 struct xfs_btree_block *block, in xfs_rtrmap_ptr_addr()
90 struct xfs_rtrmap_root *block, in xfs_rtrmap_droot_rec_addr()
100 struct xfs_rtrmap_root *block, in xfs_rtrmap_droot_key_addr()
110 struct xfs_rtrmap_root *block, in xfs_rtrmap_droot_ptr_addr()
H A Dxfs_rtrefcount_btree.h37 struct xfs_btree_block *block, in xfs_rtrefcount_rec_addr()
47 struct xfs_btree_block *block, in xfs_rtrefcount_key_addr()
57 struct xfs_btree_block *block, in xfs_rtrefcount_ptr_addr()
79 struct xfs_rtrefcount_root *block, in xfs_rtrefcount_droot_rec_addr()
89 struct xfs_rtrefcount_root *block, in xfs_rtrefcount_droot_key_addr()
99 struct xfs_rtrefcount_root *block, in xfs_rtrefcount_droot_ptr_addr()
H A Dxfs_btree.c127 struct xfs_btree_block *block, in __xfs_btree_check_lblock_hdr()
161 struct xfs_btree_block *block, in __xfs_btree_check_fsblock()
201 struct xfs_btree_block *block, in __xfs_btree_check_memblock()
229 struct xfs_btree_block *block, in __xfs_btree_check_agblock()
270 struct xfs_btree_block *block, in __xfs_btree_check_block()
300 struct xfs_btree_block *block, /* generic btree block pointer */ in xfs_btree_check_block()
409 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_fsblock_calc_crc() local
423 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_fsblock_verify_crc() local
447 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_agblock_calc_crc() local
461 struct xfs_btree_block *block = XFS_BUF_TO_BLOCK(bp); in xfs_btree_agblock_verify_crc() local
[all …]
H A Dxfs_bmap_btree.h76 struct xfs_btree_block *block, in xfs_bmbt_rec_addr()
87 struct xfs_btree_block *block, in xfs_bmbt_key_addr()
98 struct xfs_btree_block *block, in xfs_bmbt_ptr_addr()
112 struct xfs_bmdr_block *block, in xfs_bmdr_rec_addr()
122 struct xfs_bmdr_block *block, in xfs_bmdr_key_addr()
132 struct xfs_bmdr_block *block, in xfs_bmdr_ptr_addr()
H A Dxfs_rmap_btree.h23 #define XFS_RMAP_REC_ADDR(block, index) \ argument
28 #define XFS_RMAP_KEY_ADDR(block, index) \ argument
33 #define XFS_RMAP_HIGH_KEY_ADDR(block, index) \ argument
39 #define XFS_RMAP_PTR_ADDR(block, index, maxrecs) \ argument
/linux/drivers/gpio/
H A Dgpio-sch311x.c134 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_request() local
150 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_free() local
160 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_get() local
170 static void __sch311x_gpio_set(struct sch311x_gpio_block *block, in __sch311x_gpio_set()
184 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_set() local
195 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_direction_in() local
210 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_direction_out() local
226 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_get_direction() local
242 struct sch311x_gpio_block *block = gpiochip_get_data(chip); in sch311x_gpio_set_config() local
271 struct sch311x_gpio_block *block; in sch311x_gpio_probe() local
/linux/fs/afs/
H A Ddir_edit.c24 static int afs_find_contig_bits(union afs_xdr_dir_block *block, unsigned int nr_slots) in afs_find_contig_bits()
69 static void afs_set_contig_bits(union afs_xdr_dir_block *block, in afs_set_contig_bits()
90 static void afs_clear_contig_bits(union afs_xdr_dir_block *block, in afs_clear_contig_bits()
111 static union afs_xdr_dir_block *afs_dir_get_block(struct afs_dir_iter *iter, size_t block) in afs_dir_get_block()
165 static int afs_dir_scan_block(const union afs_xdr_dir_block *block, const struct qstr *name, in afs_dir_scan_block()
211 union afs_xdr_dir_block *block, int block_num) in afs_edit_init_block()
245 union afs_xdr_dir_block *meta, *block; in afs_edit_dir_add() local
396 union afs_xdr_dir_block *meta, *block, *pblock; in afs_edit_dir_remove() local
531 union afs_xdr_dir_block *block; in afs_edit_dir_update() local
/linux/drivers/mtd/
H A Dnftlmount.c28 unsigned int block, boot_record_count = 0; in find_boot_record() local
302 int NFTL_formatblock(struct NFTLrecord *nftl, int block) in NFTL_formatblock()
372 unsigned int block, i, status; in check_sectors_in_chain() local
425 unsigned int length = 0, block = first_block; in calc_chain_length() local
457 unsigned int block = first_block, block1; in format_chain() local
488 static int check_and_mark_free_block(struct NFTLrecord *nftl, int block) in check_and_mark_free_block()
549 static int get_fold_mark(struct NFTLrecord *nftl, unsigned int block) in get_fold_mark()
566 unsigned int block, first_block, is_first_block; in NFTL_mount() local
/linux/drivers/video/fbdev/core/
H A Dfbmon.c99 static int edid_is_serial_block(unsigned char *block) in edid_is_serial_block()
109 static int edid_is_ascii_block(unsigned char *block) in edid_is_ascii_block()
119 static int edid_is_limits_block(unsigned char *block) in edid_is_limits_block()
129 static int edid_is_monitor_block(unsigned char *block) in edid_is_monitor_block()
139 static int edid_is_timing_block(unsigned char *block) in edid_is_timing_block()
150 unsigned char *block = edid + ID_MANUFACTURER_NAME, manufacturer[4]; in check_edid() local
295 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block()
329 static void get_chroma(unsigned char *block, struct fb_monspecs *specs) in get_chroma()
412 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing()
497 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing()
[all …]
/linux/include/linux/
H A Dbuffer_head.h344 sb_bread(struct super_block *sb, sector_t block) in sb_bread()
350 sb_bread_unmovable(struct super_block *sb, sector_t block) in sb_bread_unmovable()
356 sb_breadahead(struct super_block *sb, sector_t block) in sb_breadahead()
362 sector_t block, unsigned size) in getblk_unmovable()
373 sector_t block, unsigned size) in __getblk()
384 sector_t block) in sb_getblk()
390 sector_t block, gfp_t gfp) in sb_getblk_gfp()
396 sb_find_get_block(struct super_block *sb, sector_t block) in sb_find_get_block()
402 sb_find_get_block_nonatomic(struct super_block *sb, sector_t block) in sb_find_get_block_nonatomic()
408 map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block) in map_bh()
[all …]
/linux/drivers/w1/
H A Dw1_netlink.c41 struct w1_cb_block *block; member
55 static u16 w1_reply_len(struct w1_cb_block *block) in w1_reply_len()
62 static void w1_unref_block(struct w1_cb_block *block) in w1_unref_block()
83 static void w1_reply_make_space(struct w1_cb_block *block, u16 space) in w1_reply_make_space()
97 static void w1_netlink_check_send(struct w1_cb_block *block) in w1_netlink_check_send()
112 static void w1_netlink_setup_msg(struct w1_cb_block *block, u32 ack) in w1_netlink_setup_msg()
135 static void w1_netlink_queue_cmd(struct w1_cb_block *block, in w1_netlink_queue_cmd()
162 static void w1_netlink_queue_status(struct w1_cb_block *block, in w1_netlink_queue_status()
236 struct w1_cb_block *block = dev->priv; in w1_send_slave() local
543 struct w1_cb_block *block = NULL; in w1_cn_callback() local

12345678910>>...19