Searched refs:EXT2_NDIR_BLOCKS (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/misc/
H A Dmklost+found.c74 } while (st.st_size <= (EXT2_NDIR_BLOCKS - 1) * st.st_blksize);
H A Dmke2fs.c417 for (i=1; i < EXT2_NDIR_BLOCKS; i++) {
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c338 if (block < EXT2_NDIR_BLOCKS) {
361 block -= EXT2_NDIR_BLOCKS;
H A Dpunch.c108 int num = EXT2_NDIR_BLOCKS;
111 blk64_t max = EXT2_NDIR_BLOCKS;
H A Dres_gdt.c120 inode_size = apb*apb + apb + EXT2_NDIR_BLOCKS;
H A Dext2_fs.h270 #define EXT2_NDIR_BLOCKS 12 macro
271 #define EXT2_IND_BLOCK EXT2_NDIR_BLOCKS
H A Dblock.c515 for (i = 0; i < EXT2_NDIR_BLOCKS ; i++, ctx.bcount++) {
/external/e2fsprogs/ext2ed/
H A Dfile_com.c511 last_direct=EXT2_NDIR_BLOCKS-1;
/external/e2fsprogs/debugfs/
H A Dlogdump.c650 for (i=0; i<EXT2_NDIR_BLOCKS; i++) {
H A Dset_fields.c177 EXT2_NDIR_BLOCKS },
H A Ddebugfs.c1270 for (i=0; i < EXT2_NDIR_BLOCKS; i++) {
/external/genext2fs/
H A Dgenext2fs.c190 #define EXT2_NDIR_BLOCKS 11 // direct blocks macro
1000 else if(bw->bpdir < EXT2_NDIR_BLOCKS)
1009 else if(bw->bpdir == EXT2_NDIR_BLOCKS)
/external/e2fsprogs/e2fsck/
H A Dpass1.c583 max_sizes = EXT2_NDIR_BLOCKS + EXT2_BPP(i);

Completed in 481 milliseconds