Home
last modified time | relevance | path

Searched refs:next_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dsuper.c172 vhdr->next_alloc = cpu_to_be32(HFSPLUS_SB(sb).next_alloc); in hfsplus_write_super()
338 HFSPLUS_SB(sb).next_alloc = be32_to_cpu(vhdr->next_alloc); in hfsplus_read_super()
Dhfsplus_raw.h101 u32 next_alloc; member
Dextents.c319 blk = blk1 = (HFSPLUS_SB(sb).next_alloc >> sb->s_blocksize_bits) / 8; in hfsplus_extend_file()
320 off = (HFSPLUS_SB(sb).next_alloc & (sb->s_blocksize * 8 - 1)) / sizeof(unsigned long) / 8; in hfsplus_extend_file()
Dhfsplus_fs.h137 u32 next_alloc; member