Home
last modified time | relevance | path

Searched refs:lblk (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/nghttp2/lib/
Dnghttp2_ksl.c153 nghttp2_ksl_blk *lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk, *rblk; in ksl_split_node() local
155 rblk = ksl_split_blk(ksl, lblk); in ksl_split_node()
172 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_node()
188 nghttp2_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local
196 lblk = ksl->head; in ksl_split_head()
209 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head()
210 node->blk = lblk; in ksl_split_head()
361 nghttp2_ksl_blk *lblk, *rblk; in ksl_merge_node() local
365 lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk; in ksl_merge_node()
368 assert(lblk->n + rblk->n < NGHTTP2_KSL_MAX_NBLK); in ksl_merge_node()
[all …]
/third_party/nghttp2/lib/
Dnghttp2_ksl.c153 nghttp2_ksl_blk *lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk, *rblk; in ksl_split_node() local
155 rblk = ksl_split_blk(ksl, lblk); in ksl_split_node()
172 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_node()
188 nghttp2_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local
196 lblk = ksl->head; in ksl_split_head()
209 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head()
210 node->blk = lblk; in ksl_split_head()
361 nghttp2_ksl_blk *lblk, *rblk; in ksl_merge_node() local
365 lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk; in ksl_merge_node()
368 assert(lblk->n + rblk->n < NGHTTP2_KSL_MAX_NBLK); in ksl_merge_node()
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Dbmap.c143 blk64_t lblk, blk64_t *phys_blk) in implied_cluster_alloc() argument
151 base_block = lblk & ~EXT2FS_CLUSTER_MASK(fs); in implied_cluster_alloc()
162 if (base_block + i == lblk) in implied_cluster_alloc()
171 *phys_blk = pblock - i + (lblk - base_block); in implied_cluster_alloc()
177 struct ext2_inode *inode, blk64_t lblk, in ext2fs_map_cluster_block() argument
193 retval = implied_cluster_alloc(fs, ino, inode, handle, lblk, pblk); in ext2fs_map_cluster_block()
254 alloc_ctx.lblk = extent.e_lblk; in extent_bmap()
317 .lblk = 0, in ext2fs_bmap2()
Dlink.c357 __u32 hash, blk64_t lblk) in dx_insert_entry() argument
367 new->block = ext2fs_cpu_to_le32(lblk); in dx_insert_entry()
460 blk64_t lblk, pblk; in dx_grow_tree() local
477 lblk = size / fs->blocksize; in dx_grow_tree()
484 dir, diri, 0, lblk, 1); in dx_grow_tree()
490 retval = ext2fs_bmap2(fs, dir, diri, NULL, 0, lblk, NULL, &pblk); in dx_grow_tree()
496 lblk, pblk); in dx_grow_tree()
520 info->frames[0].entries[0].block = ext2fs_cpu_to_le32(lblk); in dx_grow_tree()
539 retval = dx_insert_entry(fs, dir, info, i, split_hash, lblk); in dx_grow_tree()
Dfast_commit.h135 ext4_lblk_t lblk; member
155 #define region_last(__region) (((__region)->lblk) + ((__region)->len) - 1)
Dundo_io.c552 blk64_t super_block, lblk; in try_reopen_undo_file() local
613 lblk = data->first_key_blk; in try_reopen_undo_file()
620 data->key_blk_num = lblk; in try_reopen_undo_file()
622 lblk, 1, data->keyb); in try_reopen_undo_file()
641 lblk++; in try_reopen_undo_file()
655 lblk += (size + blocksize - 1) / blocksize; in try_reopen_undo_file()
656 data->undo_blk_num = lblk; in try_reopen_undo_file()
Dalloc.c348 struct ext2_inode *inode, blk64_t lblk) in ext2fs_find_inode_goal() argument
367 err = ext2fs_extent_goto2(handle, 0, lblk); in ext2fs_find_inode_goal()
374 return extent.e_pblk + (lblk - extent.e_lblk); in ext2fs_find_inode_goal()
Dext2fs.h403 blk64_t lblk; member
767 struct ext2_inode *inode, blk64_t lblk);
1036 struct ext2_inode *inode, blk64_t lblk,
Dextent.c70 blk64_t lblk; member
635 save_path->lblk = extent.e_lblk;
/third_party/e2fsprogs/misc/
De2undo.c314 blk64_t lblk; in main() local
501 lblk = ext2fs_le64_to_cpu(undo_ctx.hdr.key_offset); in main()
509 lblk, 1, keyb); in main()
524 tdb_file, (unsigned long long) lblk); in main()
534 tdb_file, (unsigned long long) lblk); in main()
539 lblk++; in main()
547 ikey->fileblk = lblk; in main()
550 lblk += (ikey->size + undo_ctx.blocksize - 1) / in main()
Dmk_hugefiles.c267 blk64_t lblk, bend = 0; in mk_hugefile() local
304 lblk = 0; in mk_hugefile()
353 newextent.e_lblk = lblk; in mk_hugefile()
361 lblk += l; in mk_hugefile()
/third_party/e2fsprogs/tests/f_extent_interior_start_lblk/
Dname1 incorrect starting lblk in an interior node
/third_party/e2fsprogs/tests/f_toobig_extent_dir/
Dname1 directory with a very large lblk in extent
/third_party/e2fsprogs/contrib/android/
Dbasefs_allocator.c290 while (list->head && allocator->next_lblk < ctx->lblk) { in skip_blocks()
311 if (allocator->next_lblk < ctx->lblk) in basefs_block_allocator()
313 allocator->next_lblk = ctx->lblk + 1; in basefs_block_allocator()
/third_party/e2fsprogs/tests/f_extent_int_bad_magic/
Dexpect.12 Inode 12 has an invalid extent node (blk 1295, lblk 0)
/third_party/e2fsprogs/tests/f_extent_leaf_bad_magic/
Dexpect.12 Inode 12 has an invalid extent node (blk 1604, lblk 0)
/third_party/e2fsprogs/tests/f_extent_bad_node/
Dexpect.12 Inode 12 has an invalid extent node (blk 22, lblk 0)
/third_party/e2fsprogs/e2fsck/
Dpass1.c2793 blk64_t pblk, blk64_t lblk) in has_unaligned_cluster_map() argument
2805 if ((lblk & cluster_mask) != (pblk & cluster_mask)) in has_unaligned_cluster_map()
2811 if (last_pblk && (lblk & cluster_mask) != 0 && in has_unaligned_cluster_map()
2812 EXT2FS_B2C(ctx->fs, lblk) == EXT2FS_B2C(ctx->fs, last_lblk) && in has_unaligned_cluster_map()
2990 blk64_t lblk = extent.e_lblk; in scan_extent_node() local
3025 if (extent.e_lblk != lblk) { in scan_extent_node()
3034 pctx->blk = lblk; in scan_extent_node()
Drehash.c107 static int is_fake_entry(ext2_filsys fs, int lblk, unsigned int offset) in is_fake_entry() argument
110 if (lblk == 0 && offset <= DOTDOT_OFFSET) in is_fake_entry()
/third_party/e2fsprogs/resize/
Dresize2fs.c585 blk64_t blk, lblk; in fix_uninit_block_bitmaps() local
597 lblk = ext2fs_group_last_block2(fs, g); in fix_uninit_block_bitmaps()
599 lblk - blk + 1); in fix_uninit_block_bitmaps()
/third_party/e2fsprogs/po/
Dzh_CN.po1805 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1809 "\t(op %s, blk %b, lblk %c): %m\n"
1812 "\t(选项 %s,块 %b,lblk %c):%m\n"
1867 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1869 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1870 msgstr "@i %i 是一个无效的extent节点(块 %b,lblk %c)\n"
8618 #~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8619 #~ msgstr "@i %i 不应被设定EOFBLOCKS_FL标志(大小 %ls,lblk %r)\n"
Did.po1826 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1830 "\t(op %s, blk %b, lblk %c): %m\n"
1833 "\t(op %s, blk %b, lblk %c): %m\n"
1888 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1890 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1891 msgstr "@i %i memiliki sebuah titik ekstensi tidak valid (blk %b, lblk %c)\n"
8544 #~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8545 #~ msgstr "@i %i seharusnya EOFBLOCKS_FL tidak aktif (ukuran %Is, lblk %r)\n"
Dnl.po1813 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1817 "\t(op %s, blk %b, lblk %c): %m\n"
1820 " (op %s, blk %b, lblk %c): %m\n"
1875 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1877 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1878 msgstr "Inode %i heeft een ongeldige extent-knoop (blk %b, lblk %c)\n"
8827 #~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8828 #~ msgstr "Inode %i zou niet de 'EOFBLOCKS_FL'-vlag gezet moeten hebben (grootte %Is, lblk %r)\n"
Dde.po1832 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1836 "\t(op %s, blk %b, lblk %c): %m\n"
1839 "\t(op %s, blk %b, lblk %c): %m\n"
1896 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1898 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1899 msgstr "Inode %i hat einen ungültigen Erweiterungs-Knoten (blk %b, lblk %c)\n"
8754 #~ msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
8755 #~ msgstr " in @i %i sollte EOFBLOCKS_FL nicht gesetzt sein (Größe %Is, lblk %r)\n"
Duk.po1813 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1817 "\t(op %s, blk %b, lblk %c): %m\n"
1820 "\t(op %s, blk %b, lblk %c): %m\n"
1875 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1877 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1878 msgstr "@i %i містить некоректний вузол розширення (blk %b, lblk %c)\n"

12