Home
last modified time | relevance | path

Searched refs:ext_block (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-modern-ivars.mm14 id<P, P1> (^ext_block)(id<P>, INTF<P,P1>*, INTF*);
38 id<P, P1> (^ext_block)(id<P>, MISC_INTF<P,P1>*, MISC_INTF*); category
/external/u-boot/fs/ext4/
Dext4_common.c1527 struct ext4_extent_header *ext_block, in ext4fs_get_extent_block() argument
1536 index = (struct ext4_extent_idx *)(ext_block + 1); in ext4fs_get_extent_block()
1538 if (le16_to_cpu(ext_block->eh_magic) != EXT4_EXT_MAGIC) in ext4fs_get_extent_block()
1541 if (ext_block->eh_depth == 0) in ext4fs_get_extent_block()
1542 return ext_block; in ext4fs_get_extent_block()
1546 if (i >= le16_to_cpu(ext_block->eh_entries)) in ext4fs_get_extent_block()
1558 ext_block = (struct ext4_extent_header *)buf; in ext4fs_get_extent_block()
1637 struct ext4_extent_header *ext_block; in read_allocated_block() local
1640 ext_block = in read_allocated_block()
1645 if (!ext_block) { in read_allocated_block()
[all …]