Home
last modified time | relevance | path

Searched refs:last_blk (Results 1 - 5 of 5) sorted by relevance

/third_party/f2fs-tools/fsck/
H A Dfsck.c630 if (child->last_blk != ei->blk + ei->len - 1) in check_extent_info()
643 if (!child->last_blk) { in check_extent_info()
647 } else if (child->last_blk + 1 != blkaddr) { in check_extent_info()
651 child->last_blk = blkaddr; in check_extent_info()
797 child.last_blk = 0; in fsck_chk_inode_blk()
1394 int max, int idx, int last_blk, int enc_name) in print_dentry()
1412 if (bit_offset >= max && last_blk) in print_dentry()
1580 int max, int last_blk, int enc_name) in __chk_dentries()
1724 dentry, max, i, last_blk, enc_name); in __chk_dentries()
1802 struct child_info *child, int last_blk, in in fsck_chk_dentry_blk()
1392 print_dentry(struct f2fs_sb_info *sbi, __u8 *name, u8 *bitmap, struct f2fs_dir_entry *dentry, int max, int idx, int last_blk, int enc_name) print_dentry() argument
1576 __chk_dentries(struct f2fs_sb_info *sbi, int casefolded, struct child_info *child, u8 *bitmap, struct f2fs_dir_entry *dentry, __u8 (*filenames)[F2FS_SLOT_LEN], int max, int last_blk, int enc_name) __chk_dentries() argument
1801 fsck_chk_dentry_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, struct child_info *child, int last_blk, int enc_name) fsck_chk_dentry_blk() argument
1849 fsck_chk_data_blk(struct f2fs_sb_info *sbi, int casefolded, u32 blk_addr, struct child_info *child, int last_blk, enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, int enc_name) fsck_chk_data_blk() argument
[all...]
H A Dfsck.h79 u32 last_blk; member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstrument_pass.cpp390 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local
392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis()
393 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp390 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local
392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis()
393 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp363 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local
365 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis()
366 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()

Completed in 10 milliseconds