Searched defs:ext2fs_blocks_count (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dblknum.c40 ext2fs_blocks_count(fs->super) - 1 :
53 num_blocks = (ext2fs_blocks_count(fs->super) -
92 blk64_t ext2fs_blocks_count(struct ext2_super_block *super) function
115 tmp = ext2fs_blocks_count(super) + blk;

Completed in 65 milliseconds