Home
last modified time | relevance | path

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

/fs/hfsplus/
Dsuper.c173 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()
Dwrapper.c159 HFSPLUS_SB(sb).sect_count = part_size; in hfsplus_read_wrapper()
Dhfsplus_fs.h121 u32 sect_count; member