/external/e2fsprogs/lib/ext2fs/ |
D | blknum.c | 19 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2() 28 blk64_t ext2fs_group_first_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_first_block2() 37 blk64_t ext2fs_group_last_block2(ext2_filsys fs, dgrp_t group) in ext2fs_group_last_block2() 48 int ext2fs_group_blocks_count(ext2_filsys fs, dgrp_t group) in ext2fs_group_blocks_count() 67 blk64_t ext2fs_inode_data_blocks2(ext2_filsys fs, in ext2fs_inode_data_blocks2() 80 blk64_t ext2fs_inode_i_blocks(ext2_filsys fs, in ext2fs_inode_i_blocks() 185 struct ext2_group_desc *ext2fs_group_desc(ext2_filsys fs, in ext2fs_group_desc() 194 static struct ext4_group_desc *ext4fs_group_desc(ext2_filsys fs, in ext4fs_group_desc() 204 blk64_t ext2fs_block_bitmap_loc(ext2_filsys fs, dgrp_t group) in ext2fs_block_bitmap_loc() 218 void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_block_bitmap_loc_set() [all …]
|
D | alloc_stats.c | 17 void ext2fs_inode_alloc_stats2(ext2_filsys fs, ext2_ino_t ino, in ext2fs_inode_alloc_stats2() 56 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse) in ext2fs_inode_alloc_stats() 61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2() 88 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats() 93 void ext2fs_set_block_alloc_stats_callback(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 94 void (*func)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback() 97 void (**old)(ext2_filsys fs, in ext2fs_set_block_alloc_stats_callback()
|
D | alloc.c | 31 static void check_block_uninit(ext2_filsys fs, ext2fs_block_bitmap map, in check_block_uninit() 80 static void check_inode_uninit(ext2_filsys fs, ext2fs_inode_bitmap map, in check_inode_uninit() 107 errcode_t ext2fs_new_inode(ext2_filsys fs, ext2_ino_t dir, in ext2fs_new_inode() 166 errcode_t ext2fs_new_block2(ext2_filsys fs, blk64_t goal, in ext2fs_new_block2() 205 errcode_t ext2fs_new_block(ext2_filsys fs, blk_t goal, in ext2fs_new_block() 220 errcode_t ext2fs_alloc_block2(ext2_filsys fs, blk64_t goal, in ext2fs_alloc_block2() 264 errcode_t ext2fs_alloc_block(ext2_filsys fs, blk_t goal, in ext2fs_alloc_block() 275 errcode_t ext2fs_get_free_blocks2(ext2_filsys fs, blk64_t start, blk64_t finish, in ext2fs_get_free_blocks2() 308 errcode_t ext2fs_get_free_blocks(ext2_filsys fs, blk_t start, blk_t finish, in ext2fs_get_free_blocks() 319 void ext2fs_set_alloc_block_callback(ext2_filsys fs, in ext2fs_set_alloc_block_callback() [all …]
|
D | rw_bitmaps.c | 30 static errcode_t write_bitmaps(ext2_filsys fs, int do_inode, int do_block) in write_bitmaps() 147 static errcode_t read_bitmaps(ext2_filsys fs, int do_inode, int do_block) in read_bitmaps() 319 errcode_t ext2fs_read_inode_bitmap(ext2_filsys fs) in ext2fs_read_inode_bitmap() 324 errcode_t ext2fs_read_block_bitmap(ext2_filsys fs) in ext2fs_read_block_bitmap() 329 errcode_t ext2fs_write_inode_bitmap(ext2_filsys fs) in ext2fs_write_inode_bitmap() 334 errcode_t ext2fs_write_block_bitmap (ext2_filsys fs) in ext2fs_write_block_bitmap() 339 errcode_t ext2fs_read_bitmaps(ext2_filsys fs) in ext2fs_read_bitmaps() 347 errcode_t ext2fs_write_bitmaps(ext2_filsys fs) in ext2fs_write_bitmaps()
|
D | mmp.c | 33 errcode_t ext2fs_mmp_read(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_read() 93 errcode_t ext2fs_mmp_write(ext2_filsys fs, blk64_t mmp_blk, void *buf) in ext2fs_mmp_write() 149 static errcode_t ext2fs_mmp_reset(ext2_filsys fs) in ext2fs_mmp_reset() 183 errcode_t ext2fs_mmp_clear(ext2_filsys fs) in ext2fs_mmp_clear() 195 errcode_t ext2fs_mmp_init(ext2_filsys fs) in ext2fs_mmp_init() 230 errcode_t ext2fs_mmp_start(ext2_filsys fs) in ext2fs_mmp_start() 329 errcode_t ext2fs_mmp_stop(ext2_filsys fs) in ext2fs_mmp_stop() 367 errcode_t ext2fs_mmp_update(ext2_filsys fs) in ext2fs_mmp_update()
|
D | closefs.c | 35 int ext2fs_bg_has_super(ext2_filsys fs, dgrp_t group) in ext2fs_bg_has_super() 63 errcode_t ext2fs_super_and_bgd_loc2(ext2_filsys fs, in ext2fs_super_and_bgd_loc2() 137 int ext2fs_super_and_bgd_loc(ext2_filsys fs, in ext2fs_super_and_bgd_loc() 184 static errcode_t write_primary_superblock(ext2_filsys fs, in write_primary_superblock() 231 void ext2fs_update_dynamic_rev(ext2_filsys fs) in ext2fs_update_dynamic_rev() 245 static errcode_t write_backup_super(ext2_filsys fs, dgrp_t group, in write_backup_super() 263 errcode_t ext2fs_flush(ext2_filsys fs) in ext2fs_flush() 268 errcode_t ext2fs_flush2(ext2_filsys fs, int flags) in ext2fs_flush2() 431 errcode_t ext2fs_close(ext2_filsys fs) in ext2fs_close() 436 errcode_t ext2fs_close2(ext2_filsys fs, int flags) in ext2fs_close2()
|
D | dirblock.c | 22 errcode_t ext2fs_read_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_read_dir_block3() 61 errcode_t ext2fs_read_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block2() 67 errcode_t ext2fs_read_dir_block(ext2_filsys fs, blk_t block, in ext2fs_read_dir_block() 74 errcode_t ext2fs_write_dir_block3(ext2_filsys fs, blk64_t block, in ext2fs_write_dir_block3() 115 errcode_t ext2fs_write_dir_block2(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block2() 121 errcode_t ext2fs_write_dir_block(ext2_filsys fs, blk_t block, in ext2fs_write_dir_block()
|
D | read_bb_file.c | 32 errcode_t ext2fs_read_bb_FILE2(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE2() 35 void (*invalid)(ext2_filsys fs, in ext2fs_read_bb_FILE2() 81 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid() 96 errcode_t ext2fs_read_bb_FILE(ext2_filsys fs, FILE *f, in ext2fs_read_bb_FILE() 98 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
|
D | ext_attr.c | 63 errcode_t ext2fs_read_ext_attr2(ext2_filsys fs, blk64_t block, void *buf) in ext2fs_read_ext_attr2() 76 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) in ext2fs_read_ext_attr() 81 errcode_t ext2fs_write_ext_attr2(ext2_filsys fs, blk64_t block, void *inbuf) in ext2fs_write_ext_attr2() 105 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) in ext2fs_write_ext_attr() 113 errcode_t ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount2() 151 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, in ext2fs_adjust_ea_refcount()
|
D | openfs.c | 35 blk64_t ext2fs_descriptor_block_loc2(ext2_filsys fs, blk64_t group_block, in ext2fs_descriptor_block_loc2() 65 blk_t ext2fs_descriptor_block_loc(ext2_filsys fs, blk_t group_block, dgrp_t i) in ext2fs_descriptor_block_loc() 97 ext2_filsys fs; in ext2fs_open2() local 433 errcode_t ext2fs_get_data_io(ext2_filsys fs, io_channel *old_io) in ext2fs_get_data_io() 443 errcode_t ext2fs_set_data_io(ext2_filsys fs, io_channel new_io) in ext2fs_set_data_io() 451 errcode_t ext2fs_rewrite_to_io(ext2_filsys fs, io_channel new_io) in ext2fs_rewrite_to_io()
|
D | inode.c | 34 ext2_filsys fs; member 60 errcode_t ext2fs_flush_icache(ext2_filsys fs) in ext2fs_flush_icache() 74 static errcode_t create_icache(ext2_filsys fs) in create_icache() 106 errcode_t ext2fs_open_inode_scan(ext2_filsys fs, int buffer_blocks, in ext2fs_open_inode_scan() 197 errcode_t (*done_group)(ext2_filsys fs, in ext2fs_set_inode_callback() 230 ext2_filsys fs = scan->fs; in get_next_blockgroup() local 522 errcode_t ext2fs_read_inode_full(ext2_filsys fs, ext2_ino_t ino, in ext2fs_read_inode_full() 624 errcode_t ext2fs_read_inode(ext2_filsys fs, ext2_ino_t ino, in ext2fs_read_inode() 631 errcode_t ext2fs_write_inode_full(ext2_filsys fs, ext2_ino_t ino, in ext2fs_write_inode_full() 745 errcode_t ext2fs_write_inode(ext2_filsys fs, ext2_ino_t ino, in ext2fs_write_inode() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.cons/ |
D | pointer.pass.cpp | 25 std::ofstream fs(temp.c_str()); in main() local 29 std::ifstream fs(temp.c_str()); in main() local 36 std::wofstream fs(temp.c_str()); in main() local 40 std::wifstream fs(temp.c_str()); in main() local
|
D | string.pass.cpp | 25 std::ofstream fs(temp); in main() local 29 std::ifstream fs(temp); in main() local 36 std::wofstream fs(temp); in main() local 40 std::wifstream fs(temp); in main() local
|
D | move.pass.cpp | 27 std::ofstream fs = move(fso); in main() local 31 std::ifstream fs(temp.c_str()); in main() local 39 std::wofstream fs = move(fso); in main() local 43 std::wifstream fs(temp.c_str()); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.cons/ |
D | pointer.pass.cpp | 23 std::ifstream fs("test.dat"); in main() local 29 std::ifstream fs("test.dat", std::ios_base::out); in main() local 35 std::wifstream fs("test.dat"); in main() local 41 std::wifstream fs("test.dat", std::ios_base::out); in main() local
|
D | string.pass.cpp | 23 std::ifstream fs(std::string("test.dat")); in main() local 29 std::ifstream fs(std::string("test.dat"), std::ios_base::out); in main() local 35 std::wifstream fs(std::string("test.dat")); in main() local 41 std::wifstream fs(std::string("test.dat"), std::ios_base::out); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
D | open_pointer.pass.cpp | 25 std::ofstream fs; in main() local 35 std::ifstream fs(temp.c_str()); in main() local 42 std::wofstream fs; in main() local 52 std::wifstream fs(temp.c_str()); in main() local
|
D | open_string.pass.cpp | 25 std::ofstream fs; in main() local 35 std::ifstream fs(temp.c_str()); in main() local 42 std::wofstream fs; in main() local 52 std::wifstream fs(temp.c_str()); in main() local
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
D | move_assign.pass.cpp | 27 std::ofstream fs; in main() local 32 std::ifstream fs(temp.c_str()); in main() local 40 std::wofstream fs; in main() local 45 std::wifstream fs(temp.c_str()); in main() local
|
D | member_swap.pass.cpp | 35 std::ifstream fs(temp1.c_str()); in main() local 44 std::ifstream fs(temp2.c_str()); in main() local 62 std::wifstream fs(temp1.c_str()); in main() local 71 std::wifstream fs(temp2.c_str()); in main() local
|
D | nonmember_swap.pass.cpp | 36 std::ifstream fs(temp1.c_str()); in main() local 45 std::ifstream fs(temp2.c_str()); in main() local 63 std::wifstream fs(temp1.c_str()); in main() local 72 std::wifstream fs(temp2.c_str()); in main() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_feedback.c | 121 struct feedback_stage *fs = feedback_stage(stage); in feedback_tri() local 134 struct feedback_stage *fs = feedback_stage(stage); in feedback_line() local 151 struct feedback_stage *fs = feedback_stage(stage); in feedback_point() local 168 struct feedback_stage *fs = feedback_stage(stage); in feedback_reset_stipple_counter() local 185 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glfeedback_stage() local 209 struct feedback_stage *fs = feedback_stage(stage); in select_tri() local 218 struct feedback_stage *fs = feedback_stage(stage); in select_line() local 227 struct feedback_stage *fs = feedback_stage(stage); in select_point() local 258 struct feedback_stage *fs = ST_CALLOC_STRUCT(feedback_stage); in draw_glselect_stage() local
|
/external/e2fsprogs/misc/ |
D | e2freefrag.c | 53 static void init_chunk_info(ext2_filsys fs, struct chunk_info *info) in init_chunk_info() 95 static void scan_block_bitmap(ext2_filsys fs, struct chunk_info *info) in scan_block_bitmap() 145 static errcode_t get_chunk_info(ext2_filsys fs, struct chunk_info *info, in get_chunk_info() 215 static void close_device(char *device_name, ext2_filsys fs) in close_device() 223 static void collect_info(ext2_filsys fs, struct chunk_info *chunk_info, FILE *f) in collect_info() 248 static void open_device(char *device_name, ext2_filsys *fs) in open_device() 271 ext2_filsys fs = NULL; in do_freefrag() local
|
/external/e2fsprogs/resize/ |
D | resize2fs.c | 59 #define IS_BLOCK_BM(fs, i, blk) ((blk) == ext2fs_block_bitmap_loc((fs),(i))) argument 60 #define IS_INODE_BM(fs, i, blk) ((blk) == ext2fs_inode_bitmap_loc((fs),(i))) argument 62 #define IS_INODE_TB(fs, i, blk) (((blk) >= ext2fs_inode_table_loc((fs), (i))) && \ argument 80 errcode_t resize_fs(ext2_filsys fs, blk64_t *new_size, int flags, in resize_fs() 226 static void fix_uninit_block_bitmaps(ext2_filsys fs) in fix_uninit_block_bitmaps() 273 static void free_gdp_blocks(ext2_filsys fs, in free_gdp_blocks() 313 errcode_t adjust_fs_info(ext2_filsys fs, ext2_filsys old_fs, in adjust_fs_info() 617 ext2_filsys fs; in adjust_superblock() local 741 static errcode_t mark_table_blocks(ext2_filsys fs, in mark_table_blocks() 784 ext2_filsys fs = rfs->new_fs; in mark_fs_metablock() local [all …]
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 54 ext2_filsys fs = ctx->fs; in e2fsck_pass3() local 145 ext2_filsys fs = ctx->fs; in check_root() local 264 ext2_filsys fs = ctx->fs; in check_directory() local 358 ext2_filsys fs = ctx->fs; in e2fsck_get_lost_and_found() local 506 ext2_filsys fs = ctx->fs; in e2fsck_reconnect_file() local 557 ext2_filsys fs = ctx->fs; in e2fsck_adjust_inode_count() local 598 ext2_filsys fs; member 645 ext2_filsys fs = ctx->fs; in fix_dotdot() local 690 static int expand_dir_proc(ext2_filsys fs, in expand_dir_proc() 770 static int find_new_blocks_proc(ext2_filsys fs, in find_new_blocks_proc() [all …]
|