| /external/e2fsprogs/lib/ext2fs/ |
| D | alloc_stats.c | 61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2() 89 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() 96 blk64_t blk, in ext2fs_set_block_alloc_stats_callback() 110 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range() 154 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback()
|
| D | badblocks.c | 108 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add() 154 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add() 163 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find() 198 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test() 206 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test() 215 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del() 232 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del() 264 int ext2fs_u32_list_iterate(ext2_u32_iterate iter, __u32 *blk) in ext2fs_u32_list_iterate() 284 int ext2fs_badblocks_list_iterate(ext2_badblocks_iterate iter, blk_t *blk) in ext2fs_badblocks_list_iterate()
|
| D | blknum.c | 20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 117 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_set() 127 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_add() 147 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_set() 157 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_add() 177 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_set() 187 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_add() 208 blk64_t blk; in ext2fs_group_desc() local 281 void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_block_bitmap_loc_set() 322 void ext2fs_inode_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_inode_bitmap_loc_set() [all …]
|
| D | bb_compat.c | 40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add() 45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test() 56 int badblocks_list_iterate(badblocks_iterate iter, blk_t *blk) in badblocks_list_iterate()
|
| D | read_bb_file.c | 37 blk_t blk, in ext2fs_read_bb_FILE2() 82 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid() 99 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
|
| D | ind_block.c | 23 errcode_t ext2fs_read_ind_block(ext2_filsys fs, blk_t blk, void *buf) in ext2fs_read_ind_block() 48 errcode_t ext2fs_write_ind_block(ext2_filsys fs, blk_t blk, void *buf) in ext2fs_write_ind_block()
|
| D | dblist.c | 133 blk64_t blk, e2_blkcnt_t blockcnt) in ext2fs_add_dir_block2() 166 blk64_t blk, e2_blkcnt_t blockcnt) in ext2fs_set_dir_block2() 285 errcode_t ext2fs_add_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk, in ext2fs_add_dir_block() 294 errcode_t ext2fs_set_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk, in ext2fs_set_dir_block()
|
| D | write_bb_file.c | 23 blk_t blk; in ext2fs_write_bb_FILE() local
|
| D | check_desc.c | 40 blk64_t blk, b; in ext2fs_check_desc() local
|
| /external/e2fsprogs/lib/support/ |
| D | quotaio_tree.c | 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 94 int blk; in get_free_dqblk() local 121 unsigned int blk) in put_free_dqblk() 136 unsigned int blk) in remove_free_dqentry() 170 unsigned int blk) in insert_free_dqentry() 197 int blk, i; in find_free_dqentry() local 355 unsigned int blk) in free_dqentry() 397 unsigned int * blk, int depth) in remove_tree() 446 struct dquot *dquot, unsigned int blk) in find_block_dqentry() [all …]
|
| /external/f2fs-tools/fsck/ |
| D | quotaio_tree.c | 62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk() 75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk() 94 int blk; in get_free_dqblk() local 121 unsigned int blk) in put_free_dqblk() 136 unsigned int blk) in remove_free_dqentry() 169 unsigned int blk) in insert_free_dqentry() 196 int blk, i; in find_free_dqentry() local 364 unsigned int blk) in free_dqentry() 406 unsigned int * blk, int depth) in remove_tree() 455 struct dquot *dquot, unsigned int blk) in find_block_dqentry() [all …]
|
| /external/mesa3d/src/panfrost/compiler/ |
| D | bi_opt_dce.c | 46 bi_block *blk = bi_worklist_pop_head(&worklist); in bi_opt_dead_code_eliminate() local 113 bi_postra_liveness_block(bi_block *blk) in bi_postra_liveness_block() 148 bi_block *blk = bi_worklist_pop_tail(&worklist); in bi_postra_liveness() local
|
| D | bi_test.h | 38 bi_block *blk = rzalloc(ctx, bi_block); in bit_block() local 56 bi_block *blk = bit_block(ctx); in bit_builder() local
|
| /external/mesa3d/src/panfrost/util/ |
| D | pan_liveness.c | 62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out() 75 liveness_block_update(pan_block *blk, unsigned temp_count, in liveness_block_update() 135 pan_block *blk = (struct pan_block *)cur->key; in pan_compute_liveness() local
|
| /external/mesa3d/src/panfrost/midgard/ |
| D | midgard_helper_invocations.c | 126 pan_block *blk = (struct pan_block *)cur->key; in mir_analyze_helper_terminate() local 225 pan_block *blk = (struct pan_block *)cur->key; in mir_analyze_helper_requirements() local
|
| /external/e2fsprogs/resize/ |
| D | resize2fs.c | 66 static inline int is_block_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_block_bm() 71 static inline int is_inode_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_bm() 76 static int is_inode_tb(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_tb() 585 blk64_t blk, lblk; in fix_uninit_block_bitmaps() local 634 blk64_t blk; in free_gdp_blocks() local 696 blk64_t blk, group_block; in adjust_fs_info() local 1237 blk64_t blk; in mark_table_blocks() local 1279 int group, blk64_t blk) in mark_fs_metablock() 1354 blk64_t blk, group_blk; in blocks_to_move() local 1731 blk64_t blk; in resize2fs_get_alloc_block() local [all …]
|
| /external/mesa3d/src/panfrost/lib/tests/ |
| D | test-layout.cpp | 35 struct pan_block_size blk = in TEST() local 51 struct pan_block_size blk = panfrost_block_size( in TEST() local 64 struct pan_block_size blk = panfrost_block_size( in TEST() local 83 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local 101 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | cfg.h | 95 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 106 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | cfg.h | 95 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 106 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | cfg.h | 95 void RegisterBlock(BasicBlock* blk) { in RegisterBlock() 106 void ForgetBlock(const BasicBlock* blk) { in ForgetBlock()
|
| /external/e2fsprogs/debugfs/ |
| D | icheck.c | 23 blk64_t blk; member 111 blk64_t blk; in do_icheck() local
|
| D | unused.c | 32 blk64_t blk; in do_dump_unused() local
|
| /external/rust/crates/virtio-drivers/src/device/ |
| D | mod.rs | 3 pub mod blk; module
|
| /external/mesa3d/src/panfrost/compiler/bifrost/ |
| D | bi_scoreboard.c | 252 scoreboard_block_update(bi_block *blk) in scoreboard_block_update() 304 bi_block *blk = bi_worklist_pop_head(&worklist); in bi_assign_scoreboard() local
|
| /external/e2fsprogs/tests/progs/ |
| D | test_rel.c | 56 const char *str, blk_t *blk) in parse_block() 219 blk_t blk; in do_brel_get() local 257 blk_t blk; in do_brel_next() local 279 blk_t blk; in do_brel_dump() local 333 blk_t blk; in do_brel_delete() local
|