Searched refs:sect_count (Results 1 – 3 of 3) sorted by relevance
173 if (HFSPLUS_SB(sb).sect_count) { in hfsplus_write_super()178 block += (HFSPLUS_SB(sb).sect_count - 2) >> (sb->s_blocksize_bits - 9); in hfsplus_write_super()179 offset = ((HFSPLUS_SB(sb).sect_count - 2) << 9) & (sb->s_blocksize - 1); in hfsplus_write_super()181 HFSPLUS_SB(sb).sect_count, block, offset); in hfsplus_write_super()
159 HFSPLUS_SB(sb).sect_count = part_size; in hfsplus_read_wrapper()
121 u32 sect_count; member