Home
last modified time | relevance | path

Searched refs:BLOCK_SZ (Results 1 – 4 of 4) sorted by relevance

/external/f2fs-tools/fsck/
Dfsck.h54 #define BLOCK_SZ 4096 macro
56 unsigned char buf[BLOCK_SZ];
Ddump.c168 node_blk = calloc(BLOCK_SZ, 1); in dump_node_blk()
277 node_blk = calloc(BLOCK_SZ, 1); in dump_node()
307 node_blk = calloc(BLOCK_SZ, 1); in dump_node_from_blkaddr()
329 node_blk = calloc(BLOCK_SZ, 1); in dump_data_offset()
364 node_blk = calloc(BLOCK_SZ, 1); in dump_node_offset()
Dmount.c742 struct f2fs_sit_block *sit_blk = calloc(BLOCK_SZ, 1); in get_current_sit_page()
840 memcpy(sum_blk, curseg->sum_blk, BLOCK_SZ); in get_sum_block()
856 memcpy(sum_blk, curseg->sum_blk, BLOCK_SZ); in get_sum_block()
881 sum_blk = calloc(BLOCK_SZ, 1); in get_sum_entry()
903 nat_block = (struct f2fs_nat_block *)calloc(BLOCK_SZ, 1); in get_nat_entry()
1131 nat_block = (struct f2fs_nat_block *)calloc(BLOCK_SZ, 1); in nullify_nat_entry()
1168 nat_block = (struct f2fs_nat_block *)calloc(BLOCK_SZ, 1); in build_nat_area_bitmap()
Dfsck.c295 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_xattr_blk()
320 node_blk = (struct f2fs_node *)calloc(BLOCK_SZ, 1); in fsck_chk_node_blk()
829 de_blk = (struct f2fs_dentry_block *)calloc(BLOCK_SZ, 1); in fsck_chk_dentry_blk()
914 orphan_blk = calloc(BLOCK_SZ, 1); in fsck_chk_orphan_node()
933 memset(orphan_blk, 0, BLOCK_SZ); in fsck_chk_orphan_node()