Home
last modified time | relevance | path

Searched refs:block_t (Results 1 – 8 of 8) sorted by relevance

/external/f2fs-tools/fsck/
Df2fs.h53 block_t nat_blkaddr;
85 block_t sit_base_addr; /* start block address of SIT area */
86 block_t sit_blocks; /* # of blocks used by SIT area */
87 block_t written_valid_blocks; /* # of valid blocks in main area */
116 block_t seg0_blkaddr;
117 block_t main_blkaddr;
118 block_t ssa_blkaddr;
155 block_t user_block_count; /* # of user blocks */
156 block_t total_valid_block_count; /* # of valid blocks */
157 block_t alloc_valid_block_count; /* # of allocated blocks */
[all …]
Dmount.c315 void *validate_checkpoint(struct f2fs_sb_info *sbi, block_t cp_addr, in validate_checkpoint()
573 block_t start; in read_compacted_summaries()
624 block_t addr; in restore_node_summary()
650 block_t blk_addr = 0; in read_normal_summaries()
741 block_t blk_addr = sit_i->sit_base_addr + offset; in get_current_sit_page()
762 block_t blk_addr = sit_i->sit_base_addr + offset; in rewrite_current_sit_page()
Dfsck.c904 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node()
/external/clang/test/Index/
Dcomplete-blocks.m3 typedef void (^block_t)(float f, double d);
5 void g(block_t b);
13 - method2:(block_t)b; argument
38 - method6:(void(^)(block_t block))arg;
65 // CHECK-CC5: TypedefDecl:{TypedText block_t} (50)
71 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t bloc…
/external/clang/test/CodeGenObjC/
Darc-block-copy-escape.m3 typedef void (^block_t)(void);
4 void use_block(block_t);
10 block_t block = ^{ use_int(i); };
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m134 typedef void (^block_t)(void);
138 block_t a1 = ^{
143 block_t a2;
148 __block block_t b1 = ^{ // expected-note{{block will be retained by the captured object}}
152 __block block_t b2;
167 typedef void (^block_t)(void);
173 …[obj addBlock:(__bridge_transfer block_t)_Block_copy((__bridge void *)^{ // expected-note{{block w…
181 extern block_t someRandomFunctionReturningABlock(block_t);
/external/clang/test/FixIt/
Dformat.m61 typedef void (^block_t)(void);
62 void test_block_correction (block_t x) {
63 …g(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'block_t'}}
64 …"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'block_t'}}
65 …%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'block_t'}}
/external/f2fs-tools/include/
Df2fs_fs.h27 typedef u32 block_t; typedef