Home
last modified time | relevance | path

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

12345678910>>...53

/kernel/linux/linux-6.6/drivers/iio/buffer/
Dindustrialio-buffer-dma.c95 struct iio_dma_buffer_block *block = container_of(kref, in iio_buffer_block_release() local
107 static void iio_buffer_block_get(struct iio_dma_buffer_block *block) in iio_buffer_block_get()
112 static void iio_buffer_block_put(struct iio_dma_buffer_block *block) in iio_buffer_block_put()
126 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
140 struct iio_dma_buffer_block *block; in iio_buffer_block_release_atomic() local
155 static void iio_buffer_block_put_atomic(struct iio_dma_buffer_block *block) in iio_buffer_block_put_atomic()
168 struct iio_dma_buffer_block *block; in iio_dma_buffer_alloc_block() local
192 static void _iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in _iio_dma_buffer_block_done()
213 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in iio_dma_buffer_block_done()
240 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
[all …]
/kernel/linux/linux-5.10/drivers/iio/buffer/
Dindustrialio-buffer-dma.c95 struct iio_dma_buffer_block *block = container_of(kref, in iio_buffer_block_release() local
107 static void iio_buffer_block_get(struct iio_dma_buffer_block *block) in iio_buffer_block_get()
112 static void iio_buffer_block_put(struct iio_dma_buffer_block *block) in iio_buffer_block_put()
126 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_cleanup_worker() local
140 struct iio_dma_buffer_block *block; in iio_buffer_block_release_atomic() local
155 static void iio_buffer_block_put_atomic(struct iio_dma_buffer_block *block) in iio_buffer_block_put_atomic()
168 struct iio_dma_buffer_block *block; in iio_dma_buffer_alloc_block() local
192 static void _iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in _iio_dma_buffer_block_done()
213 void iio_dma_buffer_block_done(struct iio_dma_buffer_block *block) in iio_dma_buffer_block_done()
240 struct iio_dma_buffer_block *block, *_block; in iio_dma_buffer_block_list_abort() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
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 …]
Dprestera_counter.c45 prestera_counter_is_ready(struct prestera_counter_block *block, u32 id) in prestera_counter_is_ready()
60 static void prestera_counter_block_lock(struct prestera_counter_block *block) in prestera_counter_block_lock()
65 static void prestera_counter_block_unlock(struct prestera_counter_block *block) in prestera_counter_block_unlock()
70 static bool prestera_counter_block_incref(struct prestera_counter_block *block) in prestera_counter_block_incref()
75 static bool prestera_counter_block_decref(struct prestera_counter_block *block) in prestera_counter_block_decref()
81 static void prestera_counter_stats_clear(struct prestera_counter_block *block, in prestera_counter_stats_clear()
110 struct prestera_counter_block *block) in prestera_counter_block_list_add()
143 struct prestera_counter_block *block; in prestera_counter_block_get() local
200 struct prestera_counter_block *block) in prestera_counter_block_put()
226 static int prestera_counter_get_vacant(struct prestera_counter_block *block, in prestera_counter_get_vacant()
[all …]
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()
370 static int prestera_flower_prio_check(struct prestera_flow_block *block, in prestera_flower_prio_check()
400 int prestera_flower_prio_get(struct prestera_flow_block *block, u32 chain_index, in prestera_flower_prio_get()
413 int prestera_flower_replace(struct prestera_flow_block *block, in prestera_flower_replace()
462 void prestera_flower_destroy(struct prestera_flow_block *block, in prestera_flower_destroy()
481 int prestera_flower_tmplt_create(struct prestera_flow_block *block, in prestera_flower_tmplt_create()
[all …]
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()
/kernel/linux/linux-6.6/fs/lockd/
Dsvclock.c91 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
121 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
132 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
150 struct nlm_block *block; in nlmsvc_lookup_block() local
191 struct nlm_block *block; in nlmsvc_find_block() local
229 struct nlm_block *block; in nlmsvc_create_block() local
282 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
295 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local
310 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
324 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local
[all …]
/kernel/linux/linux-5.10/fs/lockd/
Dsvclock.c90 nlmsvc_insert_block_locked(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block_locked()
120 static void nlmsvc_insert_block(struct nlm_block *block, unsigned long when) in nlmsvc_insert_block()
131 nlmsvc_remove_block(struct nlm_block *block) in nlmsvc_remove_block()
147 struct nlm_block *block; in nlmsvc_lookup_block() local
185 struct nlm_block *block; in nlmsvc_find_block() local
220 struct nlm_block *block; in nlmsvc_create_block() local
273 static int nlmsvc_unlink_block(struct nlm_block *block) in nlmsvc_unlink_block()
286 struct nlm_block *block = container_of(kref, struct nlm_block, b_count); in nlmsvc_free_block() local
301 static void nlmsvc_release_block(struct nlm_block *block) in nlmsvc_release_block()
315 struct nlm_block *block, *next; in nlmsvc_traverse_blocks() local
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/
Ddrm_buddy.c19 struct drm_buddy_block *block; in drm_block_alloc() local
36 struct drm_buddy_block *block) in drm_block_free()
42 struct drm_buddy_block *block) in list_insert_sorted()
60 static void mark_allocated(struct drm_buddy_block *block) in mark_allocated()
69 struct drm_buddy_block *block) in mark_free()
77 static void mark_split(struct drm_buddy_block *block) in mark_split()
204 struct drm_buddy_block *block) in split_block()
232 __get_buddy(struct drm_buddy_block *block) in __get_buddy()
257 drm_get_buddy(struct drm_buddy_block *block) in drm_get_buddy()
264 struct drm_buddy_block *block) in __drm_buddy_free()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c157 dpaa2_switch_acl_entry_remove(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_remove()
199 dpaa2_switch_acl_entry_add_to_list(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_add_to_list()
222 dpaa2_switch_acl_entry_get_by_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_by_index()
238 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_set_precedence()
253 dpaa2_switch_acl_tbl_add_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_add_entry()
286 dpaa2_switch_acl_tbl_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_find_entry_by_cookie()
299 dpaa2_switch_acl_entry_get_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_index()
314 dpaa2_switch_mirror_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_mirror_find_entry_by_cookie()
327 dpaa2_switch_acl_tbl_remove_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_remove_entry()
398 dpaa2_switch_block_add_mirror(struct dpaa2_switch_filter_block *block, in dpaa2_switch_block_add_mirror()
[all …]
/kernel/linux/linux-6.6/sound/isa/gus/
Dgus_mem.c28 snd_gf1_mem_xalloc(struct snd_gf1_mem *alloc, struct snd_gf1_mem_block *block, in snd_gf1_mem_xalloc()
70 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree()
103 struct snd_gf1_mem_block *block; in snd_gf1_mem_look() local
116 struct snd_gf1_mem_block *block; in snd_gf1_mem_share() local
129 struct snd_gf1_mem_block * block, in snd_gf1_mem_find()
184 struct snd_gf1_mem_block block, *nblock; in snd_gf1_mem_alloc() local
216 struct snd_gf1_mem_block *block; in snd_gf1_mem_free() local
232 struct snd_gf1_mem_block block; in snd_gf1_mem_init() local
261 struct snd_gf1_mem_block *block, *nblock; in snd_gf1_mem_done() local
279 struct snd_gf1_mem_block *block; in snd_gf1_mem_info_read() local
/kernel/linux/linux-5.10/sound/isa/gus/
Dgus_mem.c28 struct snd_gf1_mem_block * block) in snd_gf1_mem_xalloc()
63 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree()
96 struct snd_gf1_mem_block *block; in snd_gf1_mem_look() local
109 struct snd_gf1_mem_block *block; in snd_gf1_mem_share() local
122 struct snd_gf1_mem_block * block, in snd_gf1_mem_find()
177 struct snd_gf1_mem_block block, *nblock; in snd_gf1_mem_alloc() local
210 struct snd_gf1_mem_block *block; in snd_gf1_mem_free() local
225 struct snd_gf1_mem_block block; in snd_gf1_mem_init() local
256 struct snd_gf1_mem_block *block, *nblock; in snd_gf1_mem_done() local
274 struct snd_gf1_mem_block *block; in snd_gf1_mem_info_read() local
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_buddy.c49 struct i915_buddy_block *block; in i915_block_alloc() local
62 static void i915_block_free(struct i915_buddy_block *block) in i915_block_free()
67 static void mark_allocated(struct i915_buddy_block *block) in mark_allocated()
76 struct i915_buddy_block *block) in mark_free()
85 static void mark_split(struct i915_buddy_block *block) in mark_split()
188 struct i915_buddy_block *block) in split_block()
216 get_buddy(struct i915_buddy_block *block) in get_buddy()
231 struct i915_buddy_block *block) in __i915_buddy_free()
255 struct i915_buddy_block *block) in i915_buddy_free()
263 struct i915_buddy_block *block, *on; in i915_buddy_free_list() local
[all …]
Di915_buddy.h71 i915_buddy_block_offset(struct i915_buddy_block *block) in i915_buddy_block_offset()
77 i915_buddy_block_order(struct i915_buddy_block *block) in i915_buddy_block_order()
83 i915_buddy_block_state(struct i915_buddy_block *block) in i915_buddy_block_state()
89 i915_buddy_block_is_allocated(struct i915_buddy_block *block) in i915_buddy_block_is_allocated()
95 i915_buddy_block_is_free(struct i915_buddy_block *block) in i915_buddy_block_is_free()
101 i915_buddy_block_is_split(struct i915_buddy_block *block) in i915_buddy_block_is_split()
108 struct i915_buddy_block *block) in i915_buddy_block_size()
/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_ioctl.c99 static int dasd_ioctl_quiesce(struct dasd_block *block) in dasd_ioctl_quiesce()
120 static int dasd_ioctl_resume(struct dasd_block *block) in dasd_ioctl_resume()
143 static int dasd_ioctl_abortio(struct dasd_block *block) in dasd_ioctl_abortio()
179 static int dasd_ioctl_allowio(struct dasd_block *block) in dasd_ioctl_allowio()
200 dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format()
238 static int dasd_check_format(struct dasd_block *block, in dasd_check_format()
390 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
399 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
443 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
448 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
[all …]
/kernel/linux/linux-6.6/drivers/s390/block/
Ddasd_ioctl.c97 static int dasd_ioctl_quiesce(struct dasd_block *block) in dasd_ioctl_quiesce()
118 static int dasd_ioctl_resume(struct dasd_block *block) in dasd_ioctl_resume()
141 static int dasd_ioctl_abortio(struct dasd_block *block) in dasd_ioctl_abortio()
177 static int dasd_ioctl_allowio(struct dasd_block *block) in dasd_ioctl_allowio()
198 dasd_format(struct dasd_block *block, struct format_data_t *fdata) in dasd_format()
235 static int dasd_check_format(struct dasd_block *block, in dasd_check_format()
437 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
446 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
490 static int dasd_ioctl_reset_profile(struct dasd_block *block) in dasd_ioctl_reset_profile()
495 static int dasd_ioctl_read_profile(struct dasd_block *block, void __user *argp) in dasd_ioctl_read_profile()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
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 …]
/kernel/linux/linux-5.10/arch/arm/mach-cns3xxx/
Dpm.c15 void cns3xxx_pwr_clk_en(unsigned int block) in cns3xxx_pwr_clk_en()
24 void cns3xxx_pwr_clk_dis(unsigned int block) in cns3xxx_pwr_clk_dis()
33 void cns3xxx_pwr_power_up(unsigned int block) in cns3xxx_pwr_power_up()
45 void cns3xxx_pwr_power_down(unsigned int block) in cns3xxx_pwr_power_down()
55 static void cns3xxx_pwr_soft_rst_force(unsigned int block) in cns3xxx_pwr_soft_rst_force()
74 void cns3xxx_pwr_soft_rst(unsigned int block) in cns3xxx_pwr_soft_rst()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
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 …]
/kernel/linux/linux-5.10/net/sched/
Dcls_api.c59 struct tcf_block *block = chain->block; in tcf_proto_signal_destroying() local
98 struct tcf_block *block = chain->block; in tcf_proto_signal_destroyed() local
337 #define ASSERT_BLOCK_LOCKED(block) \ argument
346 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
377 struct tcf_block *block = chain->block; in tcf_chain0_head_change() local
392 struct tcf_block *block = chain->block; in tcf_chain_detach() local
407 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy()
416 struct tcf_block *block = chain->block; in tcf_chain_destroy() local
441 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
456 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_buddy.c12 struct i915_buddy_block *block, in __igt_dump_block()
26 struct i915_buddy_block *block) in igt_dump_block()
38 struct i915_buddy_block *block) in igt_check_block()
116 struct i915_buddy_block *block; in igt_check_blocks() local
201 struct i915_buddy_block *block; in igt_check_mm() local
325 struct i915_buddy_block *block; in igt_buddy_alloc_smoke() local
410 struct i915_buddy_block *block, *bn; in igt_buddy_alloc_pessimistic() local
502 struct i915_buddy_block *block; in igt_buddy_alloc_optimistic() local
552 struct i915_buddy_block *block; in igt_buddy_alloc_pathological() local
663 struct i915_buddy_block *block; in igt_buddy_alloc_range() local
/kernel/liteos_a/fs/vfs/bcache/src/
Dbcache.c140 OsBcacheBlock *block = NULL; in RbFindBlock() local
152 static VOID RbAddBlock(OsBcache *bc, OsBcacheBlock *block) in RbAddBlock()
173 static inline VOID RbDelBlock(OsBcache *bc, OsBcacheBlock *block) in RbDelBlock()
178 static inline VOID ListMoveBlockToHead(OsBcache *bc, OsBcacheBlock *block) in ListMoveBlockToHead()
184 static inline VOID FreeBlock(OsBcache *bc, OsBcacheBlock *block) in FreeBlock()
246 static INT32 BlockRead(OsBcache *bc, OsBcacheBlock *block, UINT8 *buf) in BlockRead()
266 static INT32 BcacheGetFlag(OsBcache *bc, OsBcacheBlock *block) in BcacheGetFlag()
324 static VOID BcacheSetFlag(const OsBcache *bc, OsBcacheBlock *block, UINT32 pos, UINT32 size) in BcacheSetFlag()
348 static INT32 BcacheSyncBlock(OsBcache *bc, OsBcacheBlock *block) in BcacheSyncBlock()
381 static void NumListAdd(OsBcache *bc, OsBcacheBlock *block) in NumListAdd()
[all …]
/kernel/linux/linux-6.6/net/sched/
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
460 #define ASSERT_BLOCK_LOCKED(block) \ argument
469 static struct tcf_chain *tcf_chain_create(struct tcf_block *block, in tcf_chain_create()
500 struct tcf_block *block = chain->block; in tcf_chain0_head_change() local
515 struct tcf_block *block = chain->block; in tcf_chain_detach() local
530 static void tcf_block_destroy(struct tcf_block *block) in tcf_block_destroy()
539 struct tcf_block *block = chain->block; in tcf_chain_destroy() local
564 static struct tcf_chain *tcf_chain_lookup(struct tcf_block *block, in tcf_chain_lookup()
579 static struct tcf_chain *tcf_chain_lookup_rcu(const struct tcf_block *block, in tcf_chain_lookup_rcu()
[all …]
/kernel/linux/linux-6.6/drivers/mtd/
Drfd_ftl.c57 struct block { struct
80 int reserved_block; /* block next up for reclaim */ argument
95 struct block *block = &part->blocks[block_no]; in build_block_map() local
268 static int erase_block(struct partition *part, int block) in erase_block()
409 int block, best_block, score, old_sector_block; in reclaim_block() local
481 int block, stop; in find_free_block() local
505 int rc, block; in find_writable_block() local
547 int block, offset, rc; in mark_sector_deleted() local
582 static int find_free_sector(const struct partition *part, const struct block *block) in find_free_sector()
604 struct block *block; in do_writesect() local
/kernel/linux/linux-5.10/drivers/mtd/
Drfd_ftl.c57 struct block { struct
80 int reserved_block; /* block next up for reclaim */ argument
95 struct block *block = &part->blocks[block_no]; in build_block_map() local
271 static int erase_block(struct partition *part, int block) in erase_block()
412 int block, best_block, score, old_sector_block; in reclaim_block() local
484 int block, stop; in find_free_block() local
508 int rc, block; in find_writable_block() local
550 int block, offset, rc; in mark_sector_deleted() local
585 static int find_free_sector(const struct partition *part, const struct block *block) in find_free_sector()
607 struct block *block; in do_writesect() local

12345678910>>...53