Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dopenfs.c123 unsigned long i, first_meta_bg; in ext2fs_open2() local
430 first_meta_bg = fs->super->s_first_meta_bg; in ext2fs_open2()
431 if (first_meta_bg > fs->desc_blocks) in ext2fs_open2()
432 first_meta_bg = fs->desc_blocks; in ext2fs_open2()
434 first_meta_bg = fs->desc_blocks; in ext2fs_open2()
435 if (first_meta_bg) { in ext2fs_open2()
438 first_meta_bg, dest); in ext2fs_open2()
443 for (j=0; j < groups_per_block*first_meta_bg; j++) { in ext2fs_open2()
449 dest += fs->blocksize*first_meta_bg; in ext2fs_open2()
452 for (i = first_meta_bg ; i < fs->desc_blocks; i++) { in ext2fs_open2()
[all …]
/third_party/toybox/toys/pending/
Dmke2fs.c155 uint32_t first_meta_bg; // First metablock block group member
/third_party/e2fsprogs/po/
Dnl.po1294 msgstr "Waarde van 'first_meta_bg' is te groot (%N, maximum is %g). "