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

/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h239 int cluster_ratio_bits; member in struct:struct_ext2_filsys
615 #define EXT2FS_CLUSTER_RATIO(fs) (1 << (fs)->cluster_ratio_bits)
617 #define EXT2FS_B2C(fs, blk) ((blk) >> (fs)->cluster_ratio_bits)
619 #define EXT2FS_C2B(fs, cluster) ((cluster) << (fs)->cluster_ratio_bits)
622 (fs)->cluster_ratio_bits)

Completed in 53 milliseconds