Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:EXT2FS_CLUSTER_RATIO

628 #define EXT2FS_CLUSTER_RATIO(fs)	(1 << (fs)->cluster_ratio_bits)
629 #define EXT2FS_CLUSTER_MASK(fs) (EXT2FS_CLUSTER_RATIO(fs) - 1)