Home
last modified time | relevance | path

Searched refs:logical_start (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
Dfilefrag.c51 e2_blkcnt_t logical_start; member
87 (unsigned long) fs->logical_start, in report_filefrag()
96 (unsigned long) fs->logical_start, in report_filefrag()
116 if ((fs->num == 0) || (blockcnt != fs->logical_start + fs->num) || in filefrag_blocks_proc()
119 if (blockcnt == fs->logical_start + fs->num) in filefrag_blocks_proc()
123 fs->logical_start = blockcnt; in filefrag_blocks_proc()
144 fs->logical_start = 0; in filefrag()
/external/e2fsprogs/tests/m_hugefile/
Dscript55 logical_start=$5;
61 if (logical_end + 1 - logical_start != len) {
62 print logical_end + 1 - logical_start, len;
70 if (logical_start != expected_logical_start) {
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10213 …aco_ptr<Instruction> logical_start = aco_ptr<Instruction>(ctx->block->instructions.back().release(… in create_export_phis() local
10230 bld.insert(std::move(logical_start)); in create_export_phis()