Searched refs:alloc_block (Results 1 – 3 of 3) sorted by relevance
221 u16 alloc_block, u16 block_count) in hfs_add_extent() argument231 if (alloc_block != start + count) { in hfs_add_extent()235 extent->block = cpu_to_be16(alloc_block); in hfs_add_extent()
310 u32 alloc_block, u32 block_count) in hfsplus_add_extent() argument320 if (alloc_block != start + count) { in hfsplus_add_extent()324 extent->start_block = cpu_to_be32(alloc_block); in hfsplus_add_extent()
151 int (*alloc_block)(struct xfs_btree_cur *cur, member