Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c950 blk64_t tot_set = 0; in ext2fs_count_used_clusters() local
966 tot_set += next - start; in ext2fs_count_used_clusters()
970 tot_set += end - start + 1; in ext2fs_count_used_clusters()
977 *out = EXT2FS_NUM_B2C(fs, tot_set); in ext2fs_count_used_clusters()