Home | History | Annotate | Download | only in linux

Lines Matching refs:s_block_count

125 	__le32 s_block_count;	/* blocks count         */
178 le32_to_cpu ((SB_V1_DISK_SUPER_BLOCK(s)->s_block_count))
193 do { SB_V1_DISK_SUPER_BLOCK(s)->s_block_count = cpu_to_le32(val); } while (0)